From 220900a852308042c237317eaca411782f0d0bd6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 7 Jul 2023 17:47:50 +0100 Subject: [PATCH] tor-error: tracing module: Fix link to tracing macro --- crates/tor-error/src/tracing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tor-error/src/tracing.rs b/crates/tor-error/src/tracing.rs index 0af4c5c1e..b9ba42e18 100644 --- a/crates/tor-error/src/tracing.rs +++ b/crates/tor-error/src/tracing.rs @@ -51,7 +51,7 @@ pub const fn fmt_ending_ok(s: &str) -> bool { /// # Limitations /// /// This macro does not support the full range of syntaxes supported by -/// [`tracing::event`]. +/// [`tracing::event!`]. /// /// The compile-time error produced when the format string has a bad ending is /// kind of confusing. This is a limitation of the `static_assertions` crate.