mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 22:37:34 +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 |