aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs
index 0043474a..2f350795 100644
--- a/xtask/src/main.rs
+++ b/xtask/src/main.rs
@@ -356,9 +356,7 @@ fn command_parser(
| CargoCommand::Doc { .. }
| CargoCommand::Test { .. }
| CargoCommand::Book { .. }
- | CargoCommand::ExampleSize { .. }
- | CargoCommand::BuildInDir { .. }
- | CargoCommand::CheckInDir { .. } => {
+ | CargoCommand::ExampleSize { .. } => {
let cargo_result = run_command(command, output_mode)?;
Ok(cargo_result)
}