Remove extern crate tracing from numerous crates.
This commit is contained in:
@@ -2,6 +2,7 @@ use super::{nfa, Byte, Nfa, Ref};
|
||||
use crate::Map;
|
||||
use std::fmt;
|
||||
use std::sync::atomic::{AtomicU32, Ordering};
|
||||
use tracing::instrument;
|
||||
|
||||
#[derive(PartialEq, Clone, Debug)]
|
||||
pub(crate) struct Dfa<R>
|
||||
|
||||
Reference in New Issue
Block a user