mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
5284b95a06
This commit corrects some bad suggestions produced by the `expect_fun_call` lint and enables `rust-fix` checking on the tests. Addresses #3630