Skip to content

Commit 6a803af

Browse files
committed
Adding PartialEq to AnyValue
1 parent cd23ec2 commit 6a803af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/logs/record.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl From<&SpanContext> for TraceContext {
7575
}
7676

7777
/// Value types for representing arbitrary values in a log record.
78-
#[derive(Debug, Clone)]
78+
#[derive(Debug, Clone, PartialEq)]
7979
pub enum AnyValue {
8080
/// An integer value
8181
Int(i64),

0 commit comments

Comments
 (0)