Skip to content

Commit 74cc63a

Browse files
authored
Rollup merge of #86314 - Veykril:patch-2, r=JohnTitor
Remove trailing triple backticks in `mut_keyword` docs
2 parents 52dab2e + 7cd750f commit 74cc63a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/std/src/keyword_docs.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1092,8 +1092,7 @@ mod move_keyword {}
10921092
/// Mutable raw pointers work much like mutable references, with the added
10931093
/// possibility of not pointing to a valid object. The syntax is `*mut Type`.
10941094
///
1095-
/// More information on mutable references and pointers can be found in```
1096-
/// [Reference].
1095+
/// More information on mutable references and pointers can be found in the [Reference].
10971096
///
10981097
/// [Reference]: ../reference/types/pointer.html#mutable-references-mut
10991098
mod mut_keyword {}

0 commit comments

Comments
 (0)