Skip to content

Commit 1af43dc

Browse files
committed
fix clippy
1 parent 99517be commit 1af43dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block-buffer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ where
7878
fn clone(&self) -> Self {
7979
Self {
8080
buffer: self.buffer.clone(),
81-
pos: self.pos.clone(),
81+
pos: self.pos,
8282
_pd: PhantomData,
8383
}
8484
}

0 commit comments

Comments
 (0)