Skip to content

Commit

Permalink
tracing: Fix link to RAII pattern document (#1398)
Browse files Browse the repository at this point in the history
## Motivation

The RAII pattern documentation has been moved.

## Solution

Update the link to the document.
  • Loading branch information
mbergkvist authored and hawkw committed Jun 25, 2021
1 parent 1bfe02b commit 64f63e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
//!
//! You can find more examples showing how to use this crate [here][examples].
//!
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/RAII.md
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/behavioural/RAII.md
//! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples
//!
//! ### Events
Expand Down

0 comments on commit 64f63e6

Please sign in to comment.