remove unnecessary PartialOrd
and Ord
This commit is contained in:
parent
b44197abb0
commit
bdc865d8f7
7 changed files with 7 additions and 27 deletions
|
@ -135,7 +135,6 @@ pub struct RegionInferenceContext<'tcx> {
|
|||
/// adds a new lower bound to the SCC it is analyzing: so you wind up
|
||||
/// with `'R: 'O` where `'R` is the pick-region and `'O` is the
|
||||
/// minimal viable option.
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)]
|
||||
pub(crate) struct AppliedMemberConstraint {
|
||||
/// The SCC that was affected. (The "member region".)
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue