Skip to content

Commit

Permalink
Additional aliases for pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn committed Sep 5, 2021
1 parent ab89c88 commit 2b69171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/std/src/primitive_docs.rs
Expand Up @@ -387,6 +387,9 @@ mod prim_unit {}

#[doc(primitive = "pointer")]
#[doc(alias = "ptr")]
#[doc(alias = "*")]
#[doc(alias = "*const")]
#[doc(alias = "*mut")]
//
/// Raw, unsafe pointers, `*const T`, and `*mut T`.
///
Expand Down

0 comments on commit 2b69171

Please sign in to comment.