Commits
Click on a commit to change the comparison rangerefactor(data_structures)!: remove `PointerExt` trait (#12903)
`PointerExt` trait was introduced to allow using `NonNull::offset_from_unsigned` (and similar APIs) on Rust v1.87.0 and above, without breaking code on earlier Rust versions where these APIs did not exist.
Our MSRV is now v1.87.0 (#12900), so we can just use these methods directly, and `PointerExt` is not required any more. Remove it.3 months ago
by overlookmotel