Skip to content

Commit f53d4af

Browse files
committed
Remove unused imports
1 parent a7170b0 commit f53d4af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/run-pass-fulldeps/issue-35829.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ use syntax::ext::expand::ExpansionConfig;
2020
use syntax::parse::ParseSess;
2121
use syntax::codemap::{FilePathMapping, dummy_spanned};
2222
use syntax::print::pprust::expr_to_string;
23-
use syntax::ast::{Expr, ExprKind, LitKind, StrStyle, RangeLimits};
24-
use syntax::symbol::Symbol;
23+
use syntax::ast::{ExprKind, LitKind, RangeLimits};
2524
use syntax::ptr::P;
2625

2726
use rustc_data_structures::sync::Lrc;

0 commit comments

Comments
 (0)