rust/tests
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
..
auxiliary
ui Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obk 2019-05-02 07:03:28 +00:00
ui-toml NFC: fix typos 2019-04-04 11:15:30 +02:00
compile-test.rs Update find(p).map(p) occurrences to use find_map(p) 2019-04-30 16:45:32 -03:00
dogfood.rs use clippy-preview instead of clippy in cargo 2019-04-30 18:29:25 -07:00
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs