est31 / warnalyzer

Show unused code from multi-crate Rust projects
Other
89 stars 4 forks source link

Skip private items #8

Open jyn514 opened 2 years ago

jyn514 commented 2 years ago

Private items are already warned about by rustc's dead_code lint, and because of the bugs around macros, almost all warnings about private code are false positives.

est31 commented 2 years ago

PRs welcome!