We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bbf7a commit 12d199bCopy full SHA for 12d199b
1 file changed
library/core/src/ptr/mut_ptr.rs
@@ -596,6 +596,7 @@ impl<T: ?Sized> *mut T {
596
/// enables more aggressive compiler optimizations.
597
///
598
/// [`wrapping_add`]: #method.wrapping_add
599
+ /// [allocated object]: crate::ptr#allocated-object
600
601
/// # Examples
602
0 commit comments