parent
734c83642c
commit
dcd7c5f4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ impl Ordering {
|
|||
/// ```
|
||||
#[derive(PartialEq, Eq, Debug)]
|
||||
#[stable(feature = "reverse_cmp_key", since = "1.19.0")]
|
||||
pub struct Reverse<T>(pub T);
|
||||
pub struct Reverse<T>(#[stable(feature = "reverse_cmp_key", since = "1.19.0")] pub T);
|
||||
|
||||
#[stable(feature = "reverse_cmp_key", since = "1.19.0")]
|
||||
impl<T: PartialOrd> PartialOrd for Reverse<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue