We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3489c commit 6d03ef8Copy full SHA for 6d03ef8
opentelemetry-jaeger-propagator/src/propagator.rs
@@ -16,7 +16,7 @@ const TRACE_FLAG_DEBUG: TraceFlags = TraceFlags::new(0x04);
16
17
/// `Propagator` implements the [Jaeger propagation format].
18
/// See [module level documentation](self#Examples) for examples.
19
-///
+///
20
/// [jaeger propagation format]: https://www.jaegertracing.io/docs/1.18/client-libraries/#propagation-format
21
#[derive(Clone, Debug)]
22
pub struct Propagator {
0 commit comments