Skip to content

Commit

Permalink
Rollup merge of #86314 - Veykril:patch-2, r=JohnTitor
Browse files Browse the repository at this point in the history
Remove trailing triple backticks in `mut_keyword` docs
  • Loading branch information
JohnTitor authored Jun 15, 2021
2 parents 52dab2e + 7cd750f commit 74cc63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,7 @@ mod move_keyword {}
/// Mutable raw pointers work much like mutable references, with the added
/// possibility of not pointing to a valid object. The syntax is `*mut Type`.
///
/// More information on mutable references and pointers can be found in```
/// [Reference].
/// More information on mutable references and pointers can be found in the [Reference].
///
/// [Reference]: ../reference/types/pointer.html#mutable-references-mut
mod mut_keyword {}
Expand Down

0 comments on commit 74cc63a

Please sign in to comment.