This commit is contained in:
nora 2023-04-01 16:20:24 +02:00
parent 133d42d9ba
commit 562c56a95a
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
#![feature(non_exhaustive_omitted_patterns_lint)]
#[macro_use] #[macro_use]
extern crate tracing; extern crate tracing;

View file

@ -77,7 +77,6 @@ impl<'a> Visitor<'a> {
// We hope for the unused imports to show them all. // We hope for the unused imports to show them all.
Item::Use(_) => true, Item::Use(_) => true,
Item::Verbatim(_) => true, Item::Verbatim(_) => true,
#[deny(non_exhaustive_omitted_patterns)]
_ => true, _ => true,
} }
} }