2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-31 23:39:07 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Michael Wright
1559f8bf34 Fix expect_fun_call false negative on references
Closes 
2019-12-19 06:57:56 +02:00
Michael Wright
464ed58861 Ensure expect_fun_call bad suggestion is fixed
Closes 
2019-03-06 07:00:05 +02:00
Michael Wright
5284b95a06 Fix expect_fun_call lint suggestions
This commit corrects some bad suggestions produced by the
`expect_fun_call` lint and enables `rust-fix` checking on the tests.

Addresses 
2019-01-24 06:58:53 +02:00