rust/src/libcore/ptr
Mazdak Farrokhzad b5bea2565e
Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm
Remove mentions of removed `offset_to` method from `align_offset` docs

The `offset_to` method was deleted in https://github.com/rust-lang/rust/pull/52814.

The replacement for the removed method is `wrapping_offset_from`. However, neither method takes an `usize` as argument, so I don't think that it makes sense to mention them.
2019-07-30 05:37:30 +02:00
..
mod.rs Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm 2019-07-30 05:37:30 +02:00
non_null.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
unique.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00