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

Commit 0739f39

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

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
@@ -194,7 +194,6 @@ impl From<&CfgOptions> for CfgOptionsJson {
194194
fn from(cfg_options: &CfgOptions) -> Self {
195195
let options = cfg_options
196196
.get_cfg_keys()
197-
.into_iter()
198197
.map(|key| {
199198
(
200199
String::from(key.as_str()),

0 commit comments

Comments
 (0)