rust/clippy_lints
Daniel Silverstone 5875ba3364 mutex_atomic: Correct location of AtomicBool and friends
The AtomicBool, AtomicUsize, and friends, types live in the
`std::sync::atomic` module, rather than `std::atomic` as the lint
help text used to say.
2018-12-19 20:47:50 +00:00
..

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.