mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-05 01:38:47 +00:00
5c6ab11453
The first cut was a bit rough with the blanket `unused_*` rule. This trigger for things like `unused_mut` where the code is used but it's suboptimal. It's misleading to grey out the code in those cases. Instead, use an explicit list of things known to be dead code. |
||
---|---|---|
.. | ||
.vscode | ||
src | ||
.gitignore | ||
.vscodeignore | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |