Add unused_macro_rules lint definition

Not fired yet.
This commit is contained in:
est31 2022-04-17 01:55:32 +02:00
parent e1b71feb59
commit 3d43be3ad3
2 changed files with 45 additions and 0 deletions

View file

@ -303,6 +303,7 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
PATH_STATEMENTS,
UNUSED_ATTRIBUTES,
UNUSED_MACROS,
UNUSED_MACRO_RULES,
UNUSED_ALLOCATION,
UNUSED_DOC_COMMENTS,
UNUSED_EXTERN_CRATES,