Skip to content

Commit 448fc75

Browse files
committed
Remove #[macro_use] extern crate tracing from rustc_error_messages.
1 parent bbe4efd commit 448fc75

File tree

1 file changed

+1
-3
lines changed
  • compiler/rustc_error_messages/src

1 file changed

+1
-3
lines changed

compiler/rustc_error_messages/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#![feature(type_alias_impl_trait)]
66
#![allow(internal_features)]
77

8-
#[macro_use]
9-
extern crate tracing;
10-
118
use fluent_bundle::FluentResource;
129
use fluent_syntax::parser::ParserError;
1310
use icu_provider_adapters::fallback::{LocaleFallbackProvider, LocaleFallbacker};
@@ -20,6 +17,7 @@ use std::fmt;
2017
use std::fs;
2118
use std::io;
2219
use std::path::{Path, PathBuf};
20+
use tracing::{instrument, trace};
2321

2422
#[cfg(not(parallel_compiler))]
2523
use std::cell::LazyCell as Lazy;

0 commit comments

Comments
 (0)