We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
1 parent bb0f660 commit 24b563aCopy full SHA for 24b563a
1 file changed
src/librustc/traits/object_safety.rs
@@ -23,8 +23,7 @@ use hir::def_id::DefId;
23
use lint;
24
use traits::{self, Obligation, ObligationCause};
25
use ty::{self, Ty, TyCtxt, TypeFoldable, Predicate, ToPredicate};
26
-use ty::subst::{Subst, Substs};
27
-use ty::util::ExplicitSelf;
+use ty::subst::{Subst};
28
use std::borrow::Cow;
29
use std::iter::{self};
30
use syntax::ast::{self, Name};
0 commit comments