Auto merge of #4128 - matthiaskrgr:test_update, r=phansch

tests: update needless_bool test stderr

I'm getting a test failure otherwise with rust master (f688ba6089).

changelog: none
This commit is contained in:
bors 2019-05-23 15:12:29 +00:00
commit 9c85b02f78

View File

@ -145,7 +145,7 @@ LL | | false
LL | | } else {
LL | | true
LL | | };
| |_____^ help: you can reduce it to: `{ !returns_bool() }`
| |_____^ help: you can reduce it to: `!returns_bool()`
error: aborting due to 16 previous errors