On Wed, 01 Apr 2026 13:45:18 +0200, Miguel Ojeda <[email protected]> wrote: > Currently we need to go through raw pointers and then re-create the > `NonNull` from the result of offsetting the raw pointer. > > Thus, now that we bump the Rust minimum version, simplify using > `NonNull::add()` and clean the TODO note.
This description is inconsistent with the previous one which had citations for both the feature (function in this case) and the feature in which it became stable (available in this case). I don't prefer either style in particular, just that things are consistent. Reviewed-by: Tamir Duberstein <[email protected]> -- Tamir Duberstein <[email protected]>
