Skip to content

Commit

Permalink
rust: add missing URL in docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Buffon <[email protected]>
  • Loading branch information
nbuffon committed Nov 4, 2024
1 parent d2d498c commit dd9e1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/examples/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ macro_rules! trace_span_context_info {
/// - See [Injector]
/// - See [Extractor]
/// - See [TraceContextPropagator]
///
/// [1]: https://www.w3.org/TR/trace-context/
#[derive(Debug, Default)]
struct Data {
dict: HashMap<String, String>,
Expand Down

0 comments on commit dd9e1b5

Please sign in to comment.