Add "!" doc alias for std::ops::Not
This commit is contained in:
parent
64929313f5
commit
49c680ada0
@ -30,6 +30,7 @@
|
||||
/// ```
|
||||
#[lang = "not"]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[doc(alias = "!")]
|
||||
pub trait Not {
|
||||
/// The resulting type after applying the `!` operator.
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user