Skip to content

Commit d527c7d

Browse files
authored
Rollup merge of #73618 - poliorcetics:false-keyword, r=jyn514
Documentation for the false keyword Partial fix of #34601. Short documentation for the false keyword mainly pointing to the `true` keyword.
2 parents d7f9451 + a459fc4 commit d527c7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/libstd/keyword_docs.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,11 @@ mod extern_keyword {}
387387
//
388388
/// A value of type [`bool`] representing logical **false**.
389389
///
390-
/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
390+
/// `false` is the logical opposite of [`true`].
391391
///
392-
/// [`bool`]: primitive.bool.html
393-
/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
392+
/// See the documentation for [`true`] for more information.
393+
///
394+
/// [`true`]: keyword.true.html
394395
mod false_keyword {}
395396

396397
#[doc(keyword = "fn")]

0 commit comments

Comments
 (0)