Skip to content

Commit 252136f

Browse files
committed
Clippy lint
1 parent 934d294 commit 252136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hl/selection.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ where
709709
.deref()
710710
.as_ref()
711711
.iter()
712-
.cloned()
712+
.copied()
713713
.map(TryInto::try_into)
714714
.collect::<Result<Vec<_>>>()
715715
.map(Into::into)

0 commit comments

Comments
 (0)