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
clippylint macros, re-exported fromallow_prefixedcrate.- rustc
- Prefixless lint macros (for
rustc/standard lints), re-exported fromallow_prefixedcrate. - rustdoc
rustdoclint macros, re-exported fromallow_prefixedcrate.