pub const UNUSED: &str = "unused";
An attribute to represent the unused lint-group, which represents all the unused lints. An argument to the allow attribute that represents a lint-group which suppresses all unused lints.
allow
unused