Skip to content

Commit d78930a

Browse files
utpillacijothomas
andauthored
[Metrics API] Remove unnecessary auto trait implementations (#2206)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent bacb3da commit d78930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub enum Value {
227227
}
228228

229229
/// Wrapper for string-like values
230-
#[derive(Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
230+
#[derive(Clone, PartialEq, Eq, Hash)]
231231
pub struct StringValue(OtelString);
232232

233233
impl fmt::Debug for StringValue {

0 commit comments

Comments
 (0)