We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4e2b6 commit 249e07bCopy full SHA for 249e07b
src/libstd/keyword_docs.rs
@@ -387,10 +387,12 @@ 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!
+/// Logically `false` is not equal to [`true`].
391
+///
392
+/// See the documentation for [`true`] for more information.
393
394
+/// [`true`]: keyword.true.html
395
/// [`bool`]: primitive.bool.html
-/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
396
mod false_keyword {}
397
398
#[doc(keyword = "fn")]
0 commit comments