Skip to content

Commit

Permalink
Fix clippy single_component_path_imports warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Martin committed Aug 13, 2020
1 parent 4b7c46b commit d1dff7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
use core::fmt::{self, Write};
use core::sync::atomic::AtomicUsize;

use tracing;
use tracing::field::{Field, Visit};
use tracing::Subscriber;
use tracing_subscriber;
use tracing_subscriber::layer::*;
use tracing_subscriber::registry::*;

Expand Down

0 comments on commit d1dff7b

Please sign in to comment.