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
The list of trait implementations in the left panel includes OIBITs that are explicitly not implemented, without indicating that it's a negative impl. For example, mpsc::Sender has !Sync, but at a glance the left panel would imply that it's a normal Sync.