Remove unnecessary Partial/Ord impl
This commit is contained in:
parent
47dd709bed
commit
1cf345e10a
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ impl<'tcx> Const<'tcx> {
|
|||
}
|
||||
|
||||
/// An unevaluated (potentially generic) constant used in MIR.
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Ord, TyEncodable, TyDecodable)]
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, TyEncodable, TyDecodable)]
|
||||
#[derive(Hash, HashStable, TypeFoldable, TypeVisitable, Lift)]
|
||||
pub struct UnevaluatedConst<'tcx> {
|
||||
pub def: DefId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue