Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9af618b

Browse files
committedSep 1, 2022
Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebank
Tracing cleanup r? `@ghost`
2 parents fb88811 + 3f1f694 commit 9af618b

File tree

146 files changed

+276
-452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+276
-452
lines changed
 

‎compiler/rustc_ast/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
#[macro_use]
2727
extern crate rustc_macros;
2828

29+
#[macro_use]
30+
extern crate tracing;
31+
2932
pub mod util {
3033
pub mod classify;
3134
pub mod comments;

‎compiler/rustc_ast/src/util/literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use rustc_span::symbol::{kw, sym, Symbol};
99
use rustc_span::Span;
1010

1111
use std::ascii;
12-
use tracing::debug;
1312

1413
pub enum LitError {
1514
NotLiteral,

0 commit comments

Comments
 (0)