Remove unused extern crates

This commit is contained in:
link2xt
2022-06-04 22:58:46 +00:00
parent 13e724c8ea
commit 05abaa8461
2 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#![forbid(unsafe_code)]
#![deny(
unused,
clippy::correctness,
missing_debug_implementations,
clippy::all,
@@ -24,7 +25,6 @@ extern crate num_derive;
extern crate smallvec;
#[macro_use]
extern crate rusqlite;
extern crate strum;
#[macro_use]
extern crate strum_macros;