diff options
| author | sharnoff <github@max.sharnoff.org> | 2021-08-01 19:48:26 -0700 |
|---|---|---|
| committer | sharnoff <github@max.sharnoff.org> | 2021-08-01 19:48:26 -0700 |
| commit | 12d199be7798e31f25f73d4cfd19a88c5a41dba4 (patch) | |
| tree | 88323a1e76ceb12ba673f15be86f0db83a75742f | |
| parent | 24bbf7ac2fd6f5e71f5a4873baa4456e45bd648d (diff) | |
| download | rust-12d199be7798e31f25f73d4cfd19a88c5a41dba4.tar.gz rust-12d199be7798e31f25f73d4cfd19a88c5a41dba4.zip | |
Add missing "allocated object" doc link
| -rw-r--r-- | library/core/src/ptr/mut_ptr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/ptr/mut_ptr.rs b/library/core/src/ptr/mut_ptr.rs index 32b6920b59d..98a4cb59a66 100644 --- a/library/core/src/ptr/mut_ptr.rs +++ b/library/core/src/ptr/mut_ptr.rs @@ -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 /// |
