tests: update needless_bool test stderr

I'm getting a test failure otherwise with rust master (f688ba608923bdbf6b46ec65af2f6464b6233a75).
This commit is contained in:
Matthias Krüger 2019-05-23 17:03:59 +02:00
parent 39d1fea6d6
commit 3d0795bb04

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