]> git.lizzy.rs Git - rust.git/commit
Auto merge of #3690 - mikerite:fix-3630-expect-fun-call, r=phansch
authorbors <bors@rust-lang.org>
Sat, 26 Jan 2019 10:57:39 +0000 (10:57 +0000)
committerbors <bors@rust-lang.org>
Sat, 26 Jan 2019 10:57:39 +0000 (10:57 +0000)
commit33a0fe7b2cd62ae61593b2504cb8deaa3fab61c4
tree0468ade7288916c4bec1f8472373f161e161461e
parentb1b55e8559fc78f25183cd53bcc9692871ab7c21
parent18cacbabb43f2fd87e20706be852e62aea282257
Auto merge of #3690 - mikerite:fix-3630-expect-fun-call, r=phansch

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