Skip to content

Commit

Permalink
cleanup rustdoc links for enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn committed Feb 4, 2022
1 parent 4d66017 commit 1a96073
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tracing/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,6 @@ macro_rules! event {
/// [`Metadata`]: crate::Metadata
/// [`is_event`]: crate::Metadata::is_event
/// [`is_span`]: crate::Metadata::is_span
/// [`event_enabled!`]: crate::event_enabled
/// [`span_enabled!`]: crate::span_enabled
///
#[macro_export]
macro_rules! enabled {
Expand All @@ -913,9 +911,6 @@ macro_rules! enabled {
/// }
/// ```
///
/// [`enabled!`]: crate::enabled
/// [`span_enabled!`]: crate::span_enabled
///
#[macro_export]
macro_rules! event_enabled {
($($rest:tt)*)=> (
Expand All @@ -937,9 +932,6 @@ macro_rules! event_enabled {
/// }
/// ```
///
/// [`enabled!`]: crate::enabled
/// [`event_enabled!`]: crate::event_enabled
///
#[macro_export]
macro_rules! span_enabled {
($($rest:tt)*)=> (
Expand Down

0 comments on commit 1a96073

Please sign in to comment.