Remove useless link to bool primitive

This commit is contained in:
Alexis Bourget 2020-07-19 15:58:41 +02:00
parent 249e07b237
commit b7bf3c83c4

View file

@ -392,7 +392,6 @@ mod extern_keyword {}
/// See the documentation for [`true`] for more information. /// See the documentation for [`true`] for more information.
/// ///
/// [`true`]: keyword.true.html /// [`true`]: keyword.true.html
/// [`bool`]: primitive.bool.html
mod false_keyword {} mod false_keyword {}
#[doc(keyword = "fn")] #[doc(keyword = "fn")]