tests: update needless_bool test stderr
I'm getting a test failure otherwise with rust master (f688ba6089
).
This commit is contained in:
parent
39d1fea6d6
commit
3d0795bb04
@ -145,7 +145,7 @@ LL | | false
|
|||||||
LL | | } else {
|
LL | | } else {
|
||||||
LL | | true
|
LL | | true
|
||||||
LL | | };
|
LL | | };
|
||||||
| |_____^ help: you can reduce it to: `{ !returns_bool() }`
|
| |_____^ help: you can reduce it to: `!returns_bool()`
|
||||||
|
|
||||||
error: aborting due to 16 previous errors
|
error: aborting due to 16 previous errors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user