60258b061d
Adds new lint `arc_with_non_send_or_sync` Fixes #653 Adds a new lint to check for uses of non-Send/Sync types within Arc. ``` changelog: [`arc_with_non_send_sync`]: Added a lint to detect uses of non-Send/Sync types within Arc. ```