Remove extern crate tracing.
`use` is a nicer way of doing things.
This commit is contained in:
@@ -99,6 +99,7 @@ pub use measureme::EventId;
|
||||
use measureme::{EventIdBuilder, Profiler, SerializableString, StringId};
|
||||
use parking_lot::RwLock;
|
||||
use smallvec::SmallVec;
|
||||
use tracing::warn;
|
||||
|
||||
bitflags::bitflags! {
|
||||
#[derive(Clone, Copy)]
|
||||
|
||||
Reference in New Issue
Block a user