Skip to content

Commit d5d7537

Browse files
committed
fix clippy
1 parent 1d83b43 commit d5d7537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wsl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub enum Error {
4545
fn to_u16(original: &[u8]) -> Vec<u16> {
4646
original
4747
.chunks_exact(2)
48-
.into_iter()
4948
.map(|a| u16::from_ne_bytes([a[0], a[1]]))
5049
.collect()
5150
}

0 commit comments

Comments
 (0)