mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
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.
This commit is contained in:
@@ -387,10 +387,11 @@ mod extern_keyword {}
|
||||
//
|
||||
/// A value of type [`bool`] representing logical **false**.
|
||||
///
|
||||
/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
|
||||
/// `false` is the logical opposite of [`true`].
|
||||
///
|
||||
/// [`bool`]: primitive.bool.html
|
||||
/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
|
||||
/// See the documentation for [`true`] for more information.
|
||||
///
|
||||
/// [`true`]: keyword.true.html
|
||||
mod false_keyword {}
|
||||
|
||||
#[doc(keyword = "fn")]
|
||||
|
||||
Reference in New Issue
Block a user