Skip to content

Increase MSRV to 1.38 and use ptr.cast::<T>() whenever practical to clarify casts.#425

Merged
josephlr merged 3 commits into
rust-random:masterfrom
briansmith:b/cast-1
May 26, 2024
Merged

Increase MSRV to 1.38 and use ptr.cast::<T>() whenever practical to clarify casts.#425
josephlr merged 3 commits into
rust-random:masterfrom
briansmith:b/cast-1

Use `p.cast::<T>()` instead of `as *const T`.

13bf894
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs