Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 0227c08

Browse files
committed
Satisfy clippy
1 parent 68c81df commit 0227c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ impl Device {
599599

600600
let bindings = desc
601601
.bindings
602-
.into_iter()
602+
.iter()
603603
.map(|binding| bm::BindGroupBinding {
604604
binding: binding.binding,
605605
resource: match binding.resource {

0 commit comments

Comments
 (0)