tor-error: tracing module: Fix link to tracing macro

This commit is contained in:
Ian Jackson 2023-07-07 17:47:50 +01:00
parent 70f0fe634f
commit 220900a852
1 changed files with 1 additions and 1 deletions

View File

@ -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.