Skip to content

Commit 28363ea

Browse files
committed
Remove Partial/Ord from EarlyParamRegion
1 parent 1d662c9 commit 28363ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/region.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ impl<'tcx> Deref for Region<'tcx> {
327327
}
328328
}
329329

330-
#[derive(Copy, Clone, PartialEq, Eq, Hash, TyEncodable, TyDecodable, PartialOrd, Ord)]
330+
#[derive(Copy, Clone, PartialEq, Eq, Hash, TyEncodable, TyDecodable)]
331331
#[derive(HashStable)]
332332
pub struct EarlyParamRegion {
333333
pub def_id: DefId,

0 commit comments

Comments
 (0)