Skip to content

Commit

Permalink
Fix copied documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jborges-cf committed Apr 5, 2024
1 parent 908cc43 commit 957051f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tracing/src/macros.rs
Expand Up @@ -1057,10 +1057,10 @@ macro_rules! event_enabled {
/// Tests whether a span with the specified level and target would be enabled.
///
/// This is similar to [`enabled!`], but queries the current collector specifically for
/// an event, whereas [`enabled!`] queries for an event _or_ span.
/// a span, whereas [`enabled!`] queries for an event _or_ span.
///
/// See the documentation for [`enabled!]` for more details on using this macro.
/// See also [`span_enabled!`].
/// See also [`event_enabled!`].
///
/// # Examples
///
Expand All @@ -1080,7 +1080,7 @@ macro_rules! event_enabled {
/// ```
///
/// [`enabled!`]: crate::enabled
/// [`span_enabled!`]: crate::span_enabled
/// [`event_enabled!`]: crate::event_enabled
#[macro_export]
macro_rules! span_enabled {
($($rest:tt)*)=> (
Expand Down

0 comments on commit 957051f

Please sign in to comment.