-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Description
This type doesn’t have any methods accessing the inner value with &self, so by SyncWrapper logic it can be unconditionally Sync — however currently, it never implements the trait.
Options to fix this include:
- Add an extra dependency on
sync_wrapper; - Add
unsafecode totower; - Wait for
SyncWrapperto be added tostd.
Opinions on which would be (un)desirable?
Edit: Realized that this doesn’t apply to BoxCloneService, since that type needs Clone and so obviously must be !Sync.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels