File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Using the plugin interface has been deprecated for about one and a half year now
1111([ rust-lang/rust-clippy #2712 ] ). Since then, unsilenceable warning have been
1212emitted. Now that compiler plugins are officially deprecated
1313([ rust-lang/rust #64675 ] ), Clippy will remove its support for the plugin
14- interface completely ([ rust-lang/rust-clippy #4714 ] ).
14+ interface completely ([ rust-lang/rust-clippy #4714 ] ). This change will hit stable
15+ with version 1.40.0.
1516
1617[ rust-lang/rust-clippy#2712 ] : https://github.com/rust-lang/rust-clippy/pull/2712
1718[ rust-lang/rust#64675 ] : https://github.com/rust-lang/rust/pull/64675
@@ -29,7 +30,7 @@ take to migrate to `cargo clippy`.
2930 "cargo-clippy"` . The ` cargo-clippy` feature is automatically enabled when
3031 running ` cargo clippy ` .
31324 . CI: You now have to install Clippy via rustup, with `rustup component add
32- clippy` . Once it is installed you can just run ` cargo clippy` (for more usage
33+ clippy` . Once installed, you can run ` cargo clippy` (for more usage
3334 instructions, see the [ Clippy ` README ` ] ). Note that Clippy is not included in
3435 every nightly, but you can check its availability on the [ rustup components
3536 history] page.
You can’t perform that action at this time.
0 commit comments