Skip to content

Commit 91b4e7c

Browse files
committed
bless clippy
1 parent 9e7d228 commit 91b4e7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/clippy/tests/ui/crashes/ice-6250.stderr

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ error[E0308]: mismatched types
2323
|
2424
LL | Some(reference) = cache.data.get(key) {
2525
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `()`
26+
|
27+
help: consider adding `let`
28+
|
29+
LL | let Some(reference) = cache.data.get(key) {
30+
| +++
2631

2732
error: aborting due to 3 previous errors
2833

0 commit comments

Comments
 (0)