diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 195f25f1..78d003f8 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -588,9 +588,6 @@ You cannot use --{option} and specify multiple packages at the same time. Do one .error(ErrorKind::TooFewValues, "You have disabled all strategies") .exit() } - - // Free disable_strategies as it will not be used again. - opts.disable_strategies = Vec::new(); } // Ensure that Strategy::Compile is specified as the last strategy