macro_rules! lint_array {
    ($( $lint:expr ),* ,) => { ... };
    ($( $lint:expr ),*) => { ... };
}
Expand description

Declares a static LintArray and return it as an expression.