Fix clippy test
This commit is contained in:
parent
8c1c763c2d
commit
5fc61a24c4
@ -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`
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user