Remove extern crate tracing.

`use` is a nicer way of doing things.
This commit is contained in:
Nicholas Nethercote 2024-05-06 13:35:41 +10:00
parent 351c0fa2a3
commit 55b6ff8e41
7 changed files with 6 additions and 4 deletions

View file

@ -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;