File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ clippy is a moving target that can make it hard to merge for little benefit.
72
72
73
73
We do ask that contributors keep the clippy status clean themselves.
74
74
75
- Minimally, run ` cargo +nightly clippy --all --all-targets -- -D warnings ` before
75
+ Minimally, run ` cargo +beta clippy --all --all-targets -- -D warnings ` before
76
76
submitting code.
77
77
78
78
If possible, adding ` --all-features ` to the command is useful, but will require
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ fn recursive_cargo() {
583
583
let cargo_bin_path = config. cargodir . join ( "bin" ) ;
584
584
let cargo_subcommand = cargo_bin_path. join ( format ! ( "cargo-foo{}" , EXE_SUFFIX ) ) ;
585
585
fs:: create_dir_all ( & cargo_bin_path) . unwrap ( ) ;
586
- fs:: copy ( & real_mock_cargo, & cargo_subcommand) . unwrap ( ) ;
586
+ fs:: copy ( real_mock_cargo, cargo_subcommand) . unwrap ( ) ;
587
587
588
588
// Verify the default behavior, which is currently broken on Windows.
589
589
let args = & [ "cargo" , "--recursive-cargo-subcommand" ] ;
You can’t perform that action at this time.
0 commit comments