Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore/allow clippy warning arc_with_non_send_sync
A significant number (all?) uses of `Arc` in Druid wrap non-Send non- Sync values. This doesn't make them invalid (I think?) but CI denies all warnings so we need to allow this one.
- Loading branch information