Skip to content

Commit 9566dc4

Browse files
committed
Fix broken link in rustdoc
1 parent abc9532 commit 9566dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/context/src/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use tracing_subscriber::{
1818

1919
use crate::LogContext;
2020

21-
/// An event formatter usable by the [`tracing-subscriber`] crate, which
21+
/// An event formatter usable by the [`tracing_subscriber`] crate, which
2222
/// includes the log context and the OTEL trace ID.
2323
#[derive(Debug, Default)]
2424
pub struct EventFormatter;

0 commit comments

Comments
 (0)