mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 10:28:01 +00:00
core: begin deduplicating pointer docs this also cleans up two inconsistancies: 1. both doctests on the ::add methods were actually calling the const version. 2. on of the ::offset methods was missing a line of clarification. part of https://github.com/rust-lang/rust/issues/139190