Expand description
super pedantic linting with a good developer experience
Easily enable a currated set of lints. Relieve yourself from the burden of maintaining lints across all your crates.
Note: nagme
uses unstable features
nagme
requires nightly to build
(see rust-lang
issue #54726)
Examples
#![nagme::nagme]
fn main() {
assert!(true);
}