Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c7cc5a0

Browse files
author
Achim Schneider
committed
fix clippy
1 parent cb82e08 commit c7cc5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/change_json/src/crate_graph_json.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ impl From<&CfgOptions> for CfgOptionsJson {
200200
String::from(key.as_str()),
201201
cfg_options
202202
.get_cfg_values(key)
203-
.into_iter()
204203
.map(|val| String::from(val.as_str()))
205204
.collect::<Vec<_>>(),
206205
)

0 commit comments

Comments
 (0)