Skip to content

Commit 24b563a

Browse files
committed
remove some use declarations that got added in during rebase
1 parent bb0f660 commit 24b563a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/traits/object_safety.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ use hir::def_id::DefId;
2323
use lint;
2424
use traits::{self, Obligation, ObligationCause};
2525
use ty::{self, Ty, TyCtxt, TypeFoldable, Predicate, ToPredicate};
26-
use ty::subst::{Subst, Substs};
27-
use ty::util::ExplicitSelf;
26+
use ty::subst::{Subst};
2827
use std::borrow::Cow;
2928
use std::iter::{self};
3029
use syntax::ast::{self, Name};

0 commit comments

Comments
 (0)