Add note on SpecOptionPartialEq to newtype_index
This commit is contained in:
parent
d78329b92e
commit
4ca6342eb3
2 changed files with 4 additions and 0 deletions
|
|
@ -2147,6 +2147,7 @@ impl<T: PartialEq> PartialEq for Option<T> {
|
|||
///
|
||||
/// Once that's fixed, `Option` should go back to deriving `PartialEq`, as
|
||||
/// it used to do before <https://github.com/rust-lang/rust/pull/103556>.
|
||||
/// The comment regarding this trait on the `newtype_index` macro should be removed if this is done.
|
||||
#[unstable(feature = "spec_option_partial_eq", issue = "none", reason = "exposed only for rustc")]
|
||||
#[doc(hidden)]
|
||||
pub trait SpecOptionPartialEq: Sized {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue