Add .clippy.toml to lint MSRV#402
Conversation
tnull
left a comment
There was a problem hiding this comment.
Hmm, I'd rather consider setting the rust-version field in Cargo.toml, which, IIUC, should also work?
In SV2 project the |
Huh, shouldn't it just be an issue for older versions? FWIW, building with a newer version than the given |
|
For me, if I configure rust-analyzer to use stable toolchain in vim and specify a different version in |
tnull
left a comment
There was a problem hiding this comment.
Alright, going ahead and merging this.
Allows clippy to catch and lint violations of the MSRV without further LSP configuration