Macro bootstrap::core::build_steps::clippy::lint_any

source ·
macro_rules! lint_any {
    ($(
        $name:ident, $path:expr, $readable_name:expr
        $(,lint_by_default = $lint_by_default:expr)*
        ;
    )+) => { ... };
}