Skip to content

Commit

Permalink
bless clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Nov 9, 2022
1 parent 9e7d228 commit 91b4e7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tools/clippy/tests/ui/crashes/ice-6250.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ error[E0308]: mismatched types
|
LL | Some(reference) = cache.data.get(key) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `()`
|
help: consider adding `let`
|
LL | let Some(reference) = cache.data.get(key) {
| +++

error: aborting due to 3 previous errors

Expand Down

0 comments on commit 91b4e7c

Please sign in to comment.