Skip to content

Commit ba1da15

Browse files
committed
revert
1 parent 1bdca65 commit ba1da15

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

opentelemetry/src/context.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,6 @@ mod tests {
430430
struct ValueB(u64);
431431
let _outer_guard = Context::new().with_value(ValueA("a")).attach();
432432

433-
/// s = "foo"
434-
/// s.toUpper() = "FOO"
435-
/// baggage == {k=v}
436-
/// baggage.AddA(); {k=v, k2=v2}
437-
438433
// Only value `a` is set
439434
let current = Context::current();
440435
assert_eq!(current.get(), Some(&ValueA("a")));

0 commit comments

Comments
 (0)