rust/compiler/rustc_lint_defs
est31 015e2ae769 Allow the unused_macro_rules lint for now
This makes the transition easier as e.g. allow directives
won't fire the unknown lint warning once it is turned to
warn by default in the future. This is especially
important compared to other lints in the unused group
because the _ prefix trick doesn't exist for macro rules,
so allowing is the only option (either of unused_macro_rules,
or of the entire unused group, but that is not as informative
to readers). Allowing the lint also makes it possible to work
on possible heuristics for disabling the macro in specific
cases.
2022-05-14 12:31:14 +02:00
..
src Allow the unused_macro_rules lint for now 2022-05-14 12:31:14 +02:00
Cargo.toml span: move MultiSpan 2022-04-05 07:01:00 +01:00