We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a8472 commit 88ab7ccCopy full SHA for 88ab7cc
opentelemetry-sdk/src/trace/mod.rs
@@ -132,7 +132,7 @@ mod tests {
132
if let Some(baggage_value) = baggage.get("bag-key") {
133
span.set_attribute(KeyValue::new("bag-key", baggage_value.to_string()));
134
} else {
135
- assert!(false, "Baggage should be present in the context");
+ unreachable!("Baggage should be present in the context");
136
}
137
138
0 commit comments