Skip to content

Commit 7e64aa9

Browse files
committed
nit comment
1 parent ea670ca commit 7e64aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry/src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ impl Context {
497497
span: Some(Arc::new(value)),
498498
entries: Context::map_current(|cx| cx.entries.clone()),
499499
suppress_telemetry: Context::map_current(|cx| cx.suppress_telemetry),
500+
// TODO: Do this while inside the `map_current` closure
500501
}
501502
}
502503

0 commit comments

Comments
 (0)