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.
7272
7373We do ask that contributors keep the clippy status clean themselves.
7474
75- Minimally, run ` cargo +nightly clippy --all --all-targets -- -D warnings ` before
75+ Minimally, run ` cargo +beta clippy --all --all-targets -- -D warnings ` before
7676submitting code.
7777
7878If 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() {
583583 let cargo_bin_path = config. cargodir . join ( "bin" ) ;
584584 let cargo_subcommand = cargo_bin_path. join ( format ! ( "cargo-foo{}" , EXE_SUFFIX ) ) ;
585585 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 ( ) ;
587587
588588 // Verify the default behavior, which is currently broken on Windows.
589589 let args = & [ "cargo" , "--recursive-cargo-subcommand" ] ;
You can’t perform that action at this time.
0 commit comments