Skip to content

Commit 00161aa

Browse files
authored
Merge branch 'main' into chore/metrics-advanced
2 parents 8bb841a + d78930a commit 00161aa

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)