est31 / warnalyzer

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

Regard entry points as used #6

Open est31 opened 3 years ago

est31 commented 3 years ago

Right now, warnalyzer regards the main function of a program as unused. It would be great if it could somehow recognize that something is an entry point and record it as used.