Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
zohnannor committed Nov 16, 2023
1 parent 77f02bf commit 4cb3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-tracing-context/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ where

let labels = span_labels
.into_iter()
.map(|(key, value)| Label::new(key.clone(), value.clone()))
.map(|(key, value)| Label::new(key, value))
.filter(|label| self.label_filter.should_include_label(&name, label))
.collect::<Vec<_>>();

Expand Down

0 comments on commit 4cb3de9

Please sign in to comment.