Skip to content

Commit

Permalink
Rollup merge of rust-lang#73618 - poliorcetics:false-keyword, r=jyn514
Browse files Browse the repository at this point in the history
Documentation for the false keyword

Partial fix of rust-lang#34601.

Short documentation for the false keyword mainly pointing to the `true` keyword.
  • Loading branch information
Manishearth committed Jul 20, 2020
2 parents d7f9451 + a459fc4 commit d527c7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/libstd/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit d527c7d

Please sign in to comment.