Skip to content

Commit 25274a6

Browse files
committed
Note that this post only affects few people
1 parent f939fed commit 25274a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

posts/2019-10-25-Clippy-removes-plugin-interface.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ title: "Clippy is removing its plugin interface"
44
author: Dev tools team (Clippy) <https://www.rust-lang.org/governance/teams/dev-tools#clippy>
55
---
66

7+
### Does this post affect me?
8+
9+
Most likely, no. This post only affects you, if you're still using Clippy
10+
through its plugin interface. If you do so, you get the warning
11+
12+
```
13+
warning: the clippy plugin is being deprecated, please use cargo clippy or rls with the clippy feature
14+
```
15+
16+
when compiling your crate. If you don't see this warning, nothing will change
17+
for you.
18+
19+
### What is removed and why?
20+
721
Today, we're announcing that Clippy will completely remove its plugin interface.
822
Using the plugin interface has been deprecated for about one and a half year now
923
([rust-lang/rust-clippy#2712]). Since then, unsilenceable warning have been

0 commit comments

Comments
 (0)