rust/clippy_lints
bors 1cf5d7f04c Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obk
useless_let_if_seq handle interior mutability

fixes #3043

This passes all tests, including a new one specifically dealing with a type with interior mutability. The main thing I'm unsure of is whether the span I used in the call to `is_freeze` is the most appropriate span to use, or if it matters.
2019-05-02 07:03:28 +00:00
..
src Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obk 2019-05-02 07:03:28 +00:00
Cargo.toml deps: bump toml from 0.4 to 0.5 2019-04-28 19:24:36 +02:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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