Short documentation for the false keyword
This commit is contained in:
parent
1a4e2b6f9c
commit
249e07b237
1 changed files with 4 additions and 2 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue