You can now install Clippy from Rustup internals.rust-lang.org/t/clippy-is-av And it is part of the RLS by default, meaning you can opt-in right in your IDE
Conversation
wonderful news! Is it supported by current version of vscode plugin?
1
1
If you're on the nightly channel, then yes, it should be. You can set the clippy_preference setting to `on` or add `#![warn(clippy)]` to your crate.
1
2
Thanks! Which clippy_preference setting?
2
1
Hmm these are the issues at least:
- github.com/rust-lang-nurs
- github.com/rust-lang-nurs
Adding `"rust.clippy_preference": "on"` to my settings enables clippy warnings, but I get an 'unknown configuration' warning in my settings. Works good though! 👏
2


