When will clippy be stable?

Clippy hooks directly into the compiler to bolster the lints, which isn't going to be stable for a long time, if ever.

Using nightly for local development is no big deal ; as long as your CI is stable then you get tools like clippy and compilation improvements for local development.

We have a plan for distributing clippy via rustup, so that it will work with stable rustc too, but there's no ETA on that yet.

9 Likes