Add doc alias for pointer primitive
This commit is contained in:
parent
4eff9b0b29
commit
21ee1716ee
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ mod prim_char {}
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
mod prim_unit {}
|
mod prim_unit {}
|
||||||
|
|
||||||
|
#[doc(alias = "ptr")]
|
||||||
#[doc(primitive = "pointer")]
|
#[doc(primitive = "pointer")]
|
||||||
//
|
//
|
||||||
/// Raw, unsafe pointers, `*const T`, and `*mut T`.
|
/// Raw, unsafe pointers, `*const T`, and `*mut T`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue