Skip to content

Commit 64f63e6

Browse files
mbergkvisthawkw
authored andcommitted
tracing: Fix link to RAII pattern document (#1398)
## Motivation The RAII pattern documentation has been moved. ## Solution Update the link to the document.
1 parent 1bfe02b commit 64f63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
//!
194194
//! You can find more examples showing how to use this crate [here][examples].
195195
//!
196-
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/RAII.md
196+
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/behavioural/RAII.md
197197
//! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples
198198
//!
199199
//! ### Events

0 commit comments

Comments
 (0)