Fix clippy test

This commit is contained in:
Esteban Kuber 2021-11-25 18:39:32 +00:00
parent 8c1c763c2d
commit 5fc61a24c4

View file

@ -24,6 +24,9 @@ LL | | }
error[E0308]: mismatched types
--> $DIR/ice-6250.rs:12:14
|
LL | for reference in vec![1, 2, 3] {
| --------- expected due to the type of this binding
...
LL | Some(reference) = cache.data.get(key) {
| ^^^^^^^^^ expected integer, found `&i32`
|