Skip to content

Commit

Permalink
Add missing "allocated object" doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Aug 2, 2021
1 parent 24bbf7a commit 12d199b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/ptr/mut_ptr.rs
Expand Up @@ -596,6 +596,7 @@ impl<T: ?Sized> *mut T {
/// enables more aggressive compiler optimizations.
///
/// [`wrapping_add`]: #method.wrapping_add
/// [allocated object]: crate::ptr#allocated-object
///
/// # Examples
///
Expand Down

0 comments on commit 12d199b

Please sign in to comment.