Remove extern crate tracing.
`use` is a nicer way of doing things.
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
//! aren't needed anymore.
|
||||
|
||||
use crate::fx::{FxHashMap, FxHashSet};
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::fmt::Debug;
|
||||
use std::hash;
|
||||
use std::marker::PhantomData;
|
||||
use tracing::debug;
|
||||
|
||||
mod graphviz;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user