Skip to content

Commit 8a334c9

Browse files
committed
remove unneeded import
1 parent e4457b3 commit 8a334c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use syntax::ast::{FnDecl, ForeignItem, ForeignItemKind, GenericParam, Generics};
5757
use syntax::ast::{Item, ItemKind, ImplItem, ImplItemKind};
5858
use syntax::ast::{Label, Local, Mutability, Pat, PatKind, Path};
5959
use syntax::ast::{QSelf, TraitItemKind, TraitRef, Ty, TyKind};
60-
use syntax::feature_gate::{feature_err, emit_feature_err, GateIssue};
60+
use syntax::feature_gate::{feature_err, GateIssue};
6161
use syntax::parse::token;
6262
use syntax::ptr::P;
6363

0 commit comments

Comments
 (0)