Skip to content

Commit fb996c2

Browse files
committed
Apply suggestions
1 parent 54588a3 commit fb996c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posts/inside-rust/2019-10-24-Clippy-removes-plugin-interface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1212
emitted. 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`.
3132
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
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.

0 commit comments

Comments
 (0)