mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
commit
ba96091cf8
|
@ -315,7 +315,7 @@ pub struct Mutex<T> {
|
|||
#[non_exhaustive]
|
||||
pub struct Key();
|
||||
|
||||
unsafe impl<T> Send for Mutex<T> {}
|
||||
unsafe impl<T: Send> Send for Mutex<T> {}
|
||||
unsafe impl<T> Sync for Mutex<T> {}
|
||||
|
||||
impl<T> Mutex<T> {
|
||||
|
|
Loading…
Reference in a new issue