Skip to content

Commit 49c680a

Browse files
committed
Add "!" doc alias for std::ops::Not
1 parent 6492931 commit 49c680a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ops/bit.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/// ```
3131
#[lang = "not"]
3232
#[stable(feature = "rust1", since = "1.0.0")]
33+
#[doc(alias = "!")]
3334
pub trait Not {
3435
/// The resulting type after applying the `!` operator.
3536
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)