diff options
| author | Alexis Bourget <alexis.bourget@gmail.com> | 2020-06-24 14:53:52 +0200 |
|---|---|---|
| committer | Alexis Bourget <alexis.bourget@gmail.com> | 2020-06-24 14:53:52 +0200 |
| commit | 249e07b237bd3049eb7fd94afe450b7c09b6a3d9 (patch) | |
| tree | 445e2000850f55022da18b007e10cfd51e932f4a /src/libstd | |
| parent | 1a4e2b6f9c75a0e21722c88a0e3b610d6ffc3ae3 (diff) | |
| download | rust-249e07b237bd3049eb7fd94afe450b7c09b6a3d9.tar.gz rust-249e07b237bd3049eb7fd94afe450b7c09b6a3d9.zip | |
Short documentation for the false keyword
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/keyword_docs.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libstd/keyword_docs.rs b/src/libstd/keyword_docs.rs index a4996d9eee8..cd722458a90 100644 --- a/src/libstd/keyword_docs.rs +++ b/src/libstd/keyword_docs.rs @@ -387,10 +387,12 @@ mod extern_keyword {} // /// A value of type [`bool`] representing logical **false**. /// -/// The documentation for this keyword is [not yet complete]. Pull requests welcome! +/// Logically `false` is not equal to [`true`]. +/// +/// See the documentation for [`true`] for more information. /// +/// [`true`]: keyword.true.html /// [`bool`]: primitive.bool.html -/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601 mod false_keyword {} #[doc(keyword = "fn")] |
