Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarksome committed Jul 4, 2024
1 parent b5f5b04 commit 0eda1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/metrics/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl Metrics {
value: &Value,
) {
let labels: HashMap<_, _> = labels
.into_iter()
.iter()
.map(|(k, v)| (k.to_string(), v.to_string()))
.collect();

Expand Down

0 comments on commit 0eda1e9

Please sign in to comment.