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 25dc0b1 commit 4ec7f1aCopy full SHA for 4ec7f1a
opentelemetry/src/trace_context.rs
@@ -3,7 +3,7 @@ use std::hash::Hash;
3
use std::num::ParseIntError;
4
use std::ops::{BitAnd, BitOr, Not};
5
6
-/// Flags that can be set on a [`SpanContext`].
+/// Flags that can be set on a `SpanContext`.
7
///
8
/// The current version of the specification only supports a single flag
9
/// [`TraceFlags::SAMPLED`].
0 commit comments