Skip to content

Commit 389c83b

Browse files
committed
remove unused incorrect EqUnifyValue impl
1 parent c2b5a7e commit 389c83b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/rustc_middle/src/infer/unify_key.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::ty::{self, Ty, TyCtxt};
2-
use rustc_data_structures::unify::{EqUnifyValue, NoError, UnifyKey, UnifyValue};
2+
use rustc_data_structures::unify::{NoError, UnifyKey, UnifyValue};
33
use rustc_span::def_id::DefId;
44
use rustc_span::symbol::Symbol;
55
use rustc_span::Span;
@@ -160,5 +160,3 @@ impl<'tcx> UnifyValue for ConstVarValue<'tcx> {
160160
})
161161
}
162162
}
163-
164-
impl<'tcx> EqUnifyValue for ty::Const<'tcx> {}

0 commit comments

Comments
 (0)