mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
Remove unused extern crates
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#![deny(clippy::all)]
|
#![deny(unused, clippy::all)]
|
||||||
#![allow(
|
#![allow(
|
||||||
non_camel_case_types,
|
non_camel_case_types,
|
||||||
non_snake_case,
|
non_snake_case,
|
||||||
@@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate human_panic;
|
extern crate human_panic;
|
||||||
extern crate num_traits;
|
|
||||||
extern crate serde_json;
|
|
||||||
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
#![deny(
|
#![deny(
|
||||||
|
unused,
|
||||||
clippy::correctness,
|
clippy::correctness,
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
clippy::all,
|
clippy::all,
|
||||||
@@ -24,7 +25,6 @@ extern crate num_derive;
|
|||||||
extern crate smallvec;
|
extern crate smallvec;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate rusqlite;
|
extern crate rusqlite;
|
||||||
extern crate strum;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate strum_macros;
|
extern crate strum_macros;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user