rust-osdev / volatile

Apache License 2.0
71 stars 19 forks source link

Remove `Sized` requirement for `Send` and `Sync` on `VolatileRef` #42

Closed nspin closed 6 months ago

nspin commented 8 months ago

This requirement was unecessary, and VolatileRef<T> better mirrors &T without it.

phil-opp commented 6 months ago

Thanks! Sorry for the late review, I somehow missed this PR.

phil-opp commented 6 months ago

Published as v0.5.2