Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -27,7 +27,6 @@ use std::ffi::CStr;
|
||||
use std::iter;
|
||||
use std::ops::Deref;
|
||||
use std::ptr;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
// All Builders must have an llfn associated with them
|
||||
#[must_use]
|
||||
|
||||
Reference in New Issue
Block a user