Remove extern crate tracing from numerous crates.

This commit is contained in:
Nicholas Nethercote
2024-04-29 16:24:06 +10:00
parent 52e9a23bdc
commit 6341935a13
47 changed files with 47 additions and 70 deletions

View File

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