mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-01 00:49:30 +00:00
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. ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |