mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
33a0fe7b2c
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 #3630