We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7f9451 + a459fc4 commit d527c7dCopy full SHA for d527c7d
src/libstd/keyword_docs.rs
@@ -387,10 +387,11 @@ mod extern_keyword {}
387
//
388
/// A value of type [`bool`] representing logical **false**.
389
///
390
-/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
+/// `false` is the logical opposite of [`true`].
391
392
-/// [`bool`]: primitive.bool.html
393
-/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
+/// See the documentation for [`true`] for more information.
+///
394
+/// [`true`]: keyword.true.html
395
mod false_keyword {}
396
397
#[doc(keyword = "fn")]
0 commit comments