Short documentation for the false keyword

This commit is contained in:
Alexis Bourget 2020-06-24 14:53:52 +02:00
parent 1a4e2b6f9c
commit 249e07b237

View file

@ -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")]