Skip to content

Commit 3d0795b

Browse files
committed
tests: update needless_bool test stderr
I'm getting a test failure otherwise with rust master (f688ba6).
1 parent 39d1fea commit 3d0795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/needless_bool.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ LL | | false
145145
LL | | } else {
146146
LL | | true
147147
LL | | };
148-
| |_____^ help: you can reduce it to: `{ !returns_bool() }`
148+
| |_____^ help: you can reduce it to: `!returns_bool()`
149149

150150
error: aborting due to 16 previous errors
151151

0 commit comments

Comments
 (0)