Fix broken link in rustdoc

This commit is contained in:
Olivier 'reivilibre
2025-11-06 09:20:20 +00:00
parent c2ea8f7fa1
commit 49512d106f

View File

@@ -18,7 +18,7 @@ use tracing_subscriber::{
use crate::LogContext;
/// An event formatter usable by the [`tracing-subscriber`] crate, which
/// An event formatter usable by the [`tracing_subscriber`] crate, which
/// includes the log context and the OTEL trace ID.
#[derive(Debug, Default)]
pub struct EventFormatter;