Add "!" doc alias for std::ops::Not

This commit is contained in:
Frank Steffahn 2021-09-02 17:19:43 +02:00
parent 64929313f5
commit 49c680ada0

View file

@ -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")]