remove unused incorrect EqUnifyValue
impl
This commit is contained in:
parent
c2b5a7ea52
commit
389c83b474
@ -1,5 +1,5 @@
|
||||
use crate::ty::{self, Ty, TyCtxt};
|
||||
use rustc_data_structures::unify::{EqUnifyValue, NoError, UnifyKey, UnifyValue};
|
||||
use rustc_data_structures::unify::{NoError, UnifyKey, UnifyValue};
|
||||
use rustc_span::def_id::DefId;
|
||||
use rustc_span::symbol::Symbol;
|
||||
use rustc_span::Span;
|
||||
@ -160,5 +160,3 @@ impl<'tcx> UnifyValue for ConstVarValue<'tcx> {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl<'tcx> EqUnifyValue for ty::Const<'tcx> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user