You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3: Don't require `UsbPeripheral` to be `Sync` r=Dirbaio a=jonas-schievink
It's stored in a `Mutex`, which turns `Send` data `Sync`, so this trait bound shouldn't be required.
Co-authored-by: Jonas Schievink <[email protected]>
0 commit comments