Skip to content

Commit

Permalink
doc: Resolve issues with doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Nov 19, 2022
1 parent 39a100a commit 0277497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracing-attributes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mod expand;
/// }
/// ```
///
/// If the value being returned implements [`tracing::field::Value`], you can optionally record it
/// If the value being returned implements `tracing::field::Value`, you can optionally record it
/// in its raw form using `ret(Raw)`:
///
/// ```
Expand Down Expand Up @@ -306,7 +306,7 @@ mod expand;
///
/// If you're returning a `Result<T, E>` and `E` implements [`std::error::Error`], you can
/// record the raw error value using `err(Raw)`. This can be useful when paired with a subscriber
/// which specially handles errors, like [`tracing_opentelemetry`]:
/// which specially handles errors, like `tracing_opentelemetry`:
///
/// ```
/// # use tracing_attributes::instrument;
Expand Down

0 comments on commit 0277497

Please sign in to comment.