Closed Phantomical closed 8 months ago
std supports this so it would be nice if loom did too. The only changes needed to do it is just adding ?Sized where applicable.
std
?Sized
It looks like the Option in RwLock breaks this on 1.65 so I've changed it to only add ?Sized for Mutex.
Option
RwLock
Mutex
std
supports this so it would be nice if loom did too. The only changes needed to do it is just adding?Sized
where applicable.