rust/tests
bors d2ba777159 Auto merge of #7036 - horacimacias:master, r=giraffate
consider mutability on useless_vec suggestions

fixes #7035

changelog: Now the suggested by `useless_vec` considers mutability to suggest either `&[]`, as before, or `&mut []` if the used reference is mutable.
2021-04-06 13:38:08 +00:00
..
auxiliary
cargo
ui Auto merge of #7036 - horacimacias:master, r=giraffate 2021-04-06 13:38:08 +00:00
ui-cargo Remove author requirement for cargo_common_metadata 2021-04-03 22:52:48 +02:00
ui-internal Add if_chain lints 2021-03-31 14:06:27 -05:00
ui-toml
compile-test.rs
dogfood.rs
fmt.rs
integration.rs
lint_message_convention.rs Fix codes that make dogfood fail 2021-04-01 00:05:42 +09:00
missing-test-files.rs
versioncheck.rs