amethyst / shred

Shared resource dispatcher
Apache License 2.0
233 stars 66 forks source link

Fix compilation on latest nightly #236

Closed crabm4n closed 3 months ago

crabm4n commented 3 months ago

core::ptr::invalid_mut from the strict_provenance nightly feature seems to have been silently renamed to core::ptr::without_provenance_mut breaking vek on the latest nightly toolchain.

Imberflur commented 3 months ago

Thanks!

crabm4n commented 3 months ago

Oh right, clippy also added a few new annoying lints causing CI to fail...

crabm4n commented 3 months ago

I'll fix those rq