diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-12-26 15:01:20 +0900 |
|---|---|---|
| committer | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-12-26 15:01:20 +0900 |
| commit | a8f468f5c6b1b0857a00ecacf0934e39bd8e8a79 (patch) | |
| tree | 28e6c3bee977c6bb9b18b0be1686b3ebd04d1d9e /compiler/rustc_parse/src | |
| parent | 7a6af2711baa5a5db116c123116b2150ed63799d (diff) | |
| download | rust-a8f468f5c6b1b0857a00ecacf0934e39bd8e8a79.tar.gz rust-a8f468f5c6b1b0857a00ecacf0934e39bd8e8a79.zip | |
remove unused imports
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/parser/diagnostics.rs | 1 | ||||
| -rw-r--r-- | compiler/rustc_parse/src/parser/item.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_parse/src/parser/diagnostics.rs b/compiler/rustc_parse/src/parser/diagnostics.rs index 0191ab730c8..61fe379c3e9 100644 --- a/compiler/rustc_parse/src/parser/diagnostics.rs +++ b/compiler/rustc_parse/src/parser/diagnostics.rs @@ -41,7 +41,6 @@ use rustc_span::{Span, SpanSnippetError, DUMMY_SP}; use std::mem::take; use std::ops::{Deref, DerefMut}; use thin_vec::{thin_vec, ThinVec}; -use tracing::{debug, trace}; /// Creates a placeholder argument. pub(super) fn dummy_arg(ident: Ident) -> Param { diff --git a/compiler/rustc_parse/src/parser/item.rs b/compiler/rustc_parse/src/parser/item.rs index 7c2d01509de..9b8a6c47966 100644 --- a/compiler/rustc_parse/src/parser/item.rs +++ b/compiler/rustc_parse/src/parser/item.rs @@ -24,7 +24,6 @@ use rustc_span::symbol::{kw, sym, Ident, Symbol}; use rustc_span::DUMMY_SP; use std::mem; use thin_vec::ThinVec; -use tracing::debug; impl<'a> Parser<'a> { /// Parses a source module as a crate. This is the main entry point for the parser. |
