critical-section
critical-section copied to clipboard
Added a `?Sized` constraint to `T` in `Mutex<T>`
Added a ?Sized
constraint to T
in Mutex<T>
, allowing it to work with unsized types, such as trait objects.