Add missing "allocated object" doc link

This commit is contained in:
sharnoff 2021-08-01 19:48:26 -07:00
parent 24bbf7ac2f
commit 12d199be77
No known key found for this signature in database
GPG Key ID: CA2DB122B718AFE4

View File

@ -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
///