Skip to content

Commit 9c85b02

Browse files
committed
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 (f688ba6). changelog: none
2 parents 39d1fea + 3d0795b commit 9c85b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/needless_bool.stderr

+1-1
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)