We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::ops::Not
1 parent 6492931 commit 49c680aCopy full SHA for 49c680a
library/core/src/ops/bit.rs
@@ -30,6 +30,7 @@
30
/// ```
31
#[lang = "not"]
32
#[stable(feature = "rust1", since = "1.0.0")]
33
+#[doc(alias = "!")]
34
pub trait Not {
35
/// The resulting type after applying the `!` operator.
36
0 commit comments