We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13a701 commit cdd6f11Copy full SHA for cdd6f11
library/std/src/primitive_docs.rs
@@ -1,7 +1,6 @@
1
#[doc(primitive = "bool")]
2
#[doc(alias = "true")]
3
#[doc(alias = "false")]
4
-//
5
/// The boolean type.
6
///
7
/// The `bool` represents a value, which could only be either `true` or `false`. If you cast
0 commit comments