Rollup merge of #86314 - Veykril:patch-2, r=JohnTitor

Remove trailing triple backticks in `mut_keyword` docs
This commit is contained in:
Yuki Okushi 2021-06-15 17:40:17 +09:00 committed by GitHub
commit 74cc63a7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1092,8 +1092,7 @@ mod move_keyword {}
/// Mutable raw pointers work much like mutable references, with the added /// Mutable raw pointers work much like mutable references, with the added
/// possibility of not pointing to a valid object. The syntax is `*mut Type`. /// possibility of not pointing to a valid object. The syntax is `*mut Type`.
/// ///
/// More information on mutable references and pointers can be found in``` /// More information on mutable references and pointers can be found in the [Reference].
/// [Reference].
/// ///
/// [Reference]: ../reference/types/pointer.html#mutable-references-mut /// [Reference]: ../reference/types/pointer.html#mutable-references-mut
mod mut_keyword {} mod mut_keyword {}