mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
Update keyword_docs.rs
This commit is contained in:
parent
304441960e
commit
7cd750f16f
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user