rust/library/core/src/ptr
Tyler Mandry d013e60ad4
Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514
Use intra-doc links in `core::ptr`

Part of #75080.

The only link that I did not change is a link to a function on the
`pointer` primitive because intra-doc links for the `pointer` primitive
don't work yet (see #63351).

---

@rustbot modify labels: A-intra-doc-links T-doc
2020-09-09 21:02:33 -07:00
..
const_ptr.rs Fix potential UB in align_offset docs 2020-08-26 17:02:24 +03:00
mod.rs Fix anchor links 2020-09-09 13:42:57 -07:00
mut_ptr.rs Fix potential UB in align_offset docs 2020-08-26 17:02:24 +03:00
non_null.rs Move to intra doc links for core::ptr::non_null 2020-08-25 22:46:12 +02:00
unique.rs Remove a stray ignore-tidy-undocumented-unsafe 2020-09-08 15:00:47 -05:00