diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/main.rs b/cli/main.rs index 123f638da..ad1e15643 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1005,7 +1005,6 @@ async fn test_command( no_run: bool, doc: bool, fail_fast: Option<NonZeroUsize>, - quiet: bool, allow_none: bool, filter: Option<String>, shuffle: Option<u64>, @@ -1216,7 +1215,6 @@ async fn test_command( test_modules_to_reload, no_run, fail_fast, - quiet, true, filter.clone(), shuffle, @@ -1252,7 +1250,6 @@ async fn test_command( test_modules, no_run, fail_fast, - quiet, allow_none, filter, shuffle, @@ -1355,7 +1352,6 @@ fn get_subcommand( no_run, doc, fail_fast, - quiet, include, allow_none, filter, @@ -1367,7 +1363,6 @@ fn get_subcommand( no_run, doc, fail_fast, - quiet, allow_none, filter, shuffle, |