Remove extern crate tracing
.
`use` is a nicer way of doing things.
This commit is contained in:
parent
351c0fa2a3
commit
55b6ff8e41
7 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue