Crate allow

Source
Expand description

Alias lints (to allow them = suppress their notices), label your intentions.

Re-exported from allow_prefixed crate: prefixless (rustc/standard) lints are at the top level and also grouped (duplicated) under rustc:: module; clippy and rustdoc lints are grouped under clippy:: and rustdoc:: modules.

Re-exports§

pub use rustc::*;

Modules§

clippy
clippy lint macros, re-exported from allow_prefixed crate.
rustc
Prefixless lint macros (for rustc/standard lints), re-exported from allow_prefixed crate.
rustdoc
rustdoc lint macros, re-exported from allow_prefixed crate.