Remove extern crate tracing
from numerous crates.
This commit is contained in:
parent
52e9a23bdc
commit
6341935a13
47 changed files with 47 additions and 70 deletions
|
@ -20,9 +20,6 @@
|
|||
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub mod abi;
|
||||
pub mod asm;
|
||||
pub mod json;
|
||||
|
|
|
@ -51,6 +51,7 @@ use std::ops::{Deref, DerefMut};
|
|||
use std::path::{Path, PathBuf};
|
||||
use std::str::FromStr;
|
||||
use std::{fmt, io};
|
||||
use tracing::debug;
|
||||
|
||||
pub mod abi;
|
||||
pub mod crt_objects;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue