rair-project / rair

RAIR: RAdare In Rust
GNU Lesser General Public License v3.0
71 stars 12 forks source link

make the code base suck less #86

Closed oddcoder closed 1 month ago

oddcoder commented 4 years ago

This will be good starting point

#![deny(warnings, missing_docs)]
oddcoder commented 4 years ago
#![warn(future_incompatible, nonstandard_style, warnings, missing_docs, rust_2018_idioms, unused, edition_2018)]
oddcoder commented 4 years ago

and there is rustc -W help

oddcoder commented 4 years ago