Skip to content

Commit ff92dc1

Browse files
committed
remove redundant into_iter
fixes a new clippy warning
1 parent 3d69323 commit ff92dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ impl Crater {
521521
} else {
522522
default_capabilities_for_target()
523523
};
524-
caps.extend(capabilities.clone().into_iter());
524+
caps.extend(capabilities.clone());
525525

526526
agent::run(
527527
url,

0 commit comments

Comments
 (0)