Remove #[macro_use] extern crate tracing from rustc_parse.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:42:14 +10:00
parent 2539364053
commit bb364fe950
6 changed files with 5 additions and 3 deletions

View File

@@ -10,9 +10,6 @@
#![feature(iter_intersperse)]
#![feature(let_chains)]
#[macro_use]
extern crate tracing;
use rustc_ast as ast;
use rustc_ast::token;
use rustc_ast::tokenstream::TokenStream;