mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
more
This commit is contained in:
parent
133d42d9ba
commit
562c56a95a
2 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
#![feature(non_exhaustive_omitted_patterns_lint)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate tracing;
|
extern crate tracing;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue