Remove extern crate tracing.
`use` is a nicer way of doing things.
This commit is contained in:
@@ -42,9 +42,6 @@
|
||||
#![feature(unwrap_infallible)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub use atomic_ref::AtomicRef;
|
||||
pub use ena::snapshot_vec;
|
||||
pub use ena::undo_log;
|
||||
|
||||
Reference in New Issue
Block a user