vscode-rust
vscode-rust copied to clipboard
An option to disable dead_code lints
They are very distracting. Yes, I know about #![allow(dead_code)]
, but don't want to disable warnings, I just want to get rid of that green lint highlighting.