Skip to content

Commit 12d199b

Browse files
committed
Add missing "allocated object" doc link
1 parent 24bbf7a commit 12d199b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ptr/mut_ptr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ impl<T: ?Sized> *mut T {
596596
/// enables more aggressive compiler optimizations.
597597
///
598598
/// [`wrapping_add`]: #method.wrapping_add
599+
/// [allocated object]: crate::ptr#allocated-object
599600
///
600601
/// # Examples
601602
///

0 commit comments

Comments
 (0)