mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
d013e60ad4
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