Clean dead codes
This commit is contained in:
parent
f5dc2653fd
commit
91aee2de15
10 changed files with 4 additions and 260 deletions
|
@ -37,8 +37,6 @@ pub(super) trait GoalKind<'tcx>:
|
|||
|
||||
fn trait_ref(self, tcx: TyCtxt<'tcx>) -> ty::TraitRef<'tcx>;
|
||||
|
||||
fn polarity(self) -> ty::ImplPolarity;
|
||||
|
||||
fn with_self_ty(self, tcx: TyCtxt<'tcx>, self_ty: Ty<'tcx>) -> Self;
|
||||
|
||||
fn trait_def_id(self, tcx: TyCtxt<'tcx>) -> DefId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue