We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3dd389 + 17abb43 commit b0b373dCopy full SHA for b0b373d
src/libcore/lib.rs
@@ -141,6 +141,10 @@ pub mod hash;
141
pub mod fmt;
142
pub mod error;
143
144
+#[doc(primitive = "bool")]
145
+mod bool {
146
+}
147
+
148
// note: does not need to be public
149
mod tuple;
150
mod array;
src/libcore/tuple.rs
@@ -34,6 +34,7 @@
34
//! * `Default`
35
36
#![stable(feature = "rust1", since = "1.0.0")]
37
+#![doc(primitive = "tuple")]
38
39
use clone::Clone;
40
use cmp::*;
0 commit comments