Skip to content

Commit

Permalink
docs(trace): fix broken link to MutexGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 11, 2024
1 parent a2e295b commit 1f2d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub trait MakeWriterExt<'a>: MakeWriter<'a> {
/// a newtype that forwards the trait implementation.
///
/// [`fmt::Write`]: mycelium_util::fmt::Write
/// [`MutexGuard`]: maitake::sync::blocking:::MutexGuard
/// [`MutexGuard`]: maitake::sync::blocking::MutexGuard
/// [`Mutex`]: maitake::sync::blocking::Mutex
/// [`MakeWriter`]: trait.MakeWriter.html
#[derive(Debug)]
Expand Down

0 comments on commit 1f2d92d

Please sign in to comment.