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
11
11
([ rust-lang/rust-clippy #2712 ] ). Since then, unsilenceable warning have been
12
12
emitted. Now that compiler plugins are officially deprecated
13
13
([ 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.
15
16
16
17
[ rust-lang/rust-clippy#2712 ] : https://github.com/rust-lang/rust-clippy/pull/2712
17
18
[ rust-lang/rust#64675 ] : https://github.com/rust-lang/rust/pull/64675
@@ -29,7 +30,7 @@ take to migrate to `cargo clippy`.
29
30
"cargo-clippy"` . The ` cargo-clippy` feature is automatically enabled when
30
31
running ` cargo clippy ` .
31
32
4 . 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
33
34
instructions, see the [ Clippy ` README ` ] ). Note that Clippy is not included in
34
35
every nightly, but you can check its availability on the [ rustup components
35
36
history] page.
You can’t perform that action at this time.
0 commit comments