mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
022d20759b
Remove unused code Rustc has a builtin lint for detecting unused code inside a crate, but when an item is marked `pub`, the code, even if unused inside the entire workspace, is never marked as such. Therefore, I've built [warnalyzer](https://github.com/est31/warnalyzer) to detect unused items in a cross-crate setting. Closes https://github.com/est31/warnalyzer/issues/2 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |