mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
tests: update needless_bool test stderr
I'm getting a test failure otherwise with rust master (f688ba608923bdbf6b46ec65af2f6464b6233a75).
This commit is contained in:
parent
39d1fea6d6
commit
3d0795bb04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue