We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52dab2e + 7cd750f commit 74cc63aCopy full SHA for 74cc63a
library/std/src/keyword_docs.rs
@@ -1092,8 +1092,7 @@ mod move_keyword {}
1092
/// Mutable raw pointers work much like mutable references, with the added
1093
/// possibility of not pointing to a valid object. The syntax is `*mut Type`.
1094
///
1095
-/// More information on mutable references and pointers can be found in```
1096
-/// [Reference].
+/// More information on mutable references and pointers can be found in the [Reference].
1097
1098
/// [Reference]: ../reference/types/pointer.html#mutable-references-mut
1099
mod mut_keyword {}
0 commit comments