Skip to content

Commit

Permalink
tracing: fix lib.rs docs links
Browse files Browse the repository at this point in the history
Some of the links to external crates in the `lib.rs` docs
were missing. This fixes them.

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Dec 29, 2021
1 parent 90b3533 commit 5cbd772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@
//! [`diesel-tracing`]: https://crates.io/crates/diesel-tracing
//! [`tracing-tracy`]: https://crates.io/crates/tracing-tracy
//! [Tracy]: https://github.com/wolfpld/tracy
//! [`tracing-elastic-apm`]: https://crates.io/crates/tracing-elastic-apm
//! [Elastic APM]: https://www.elastic.co/apm
//! [`tracing-etw`]: https://github.com/microsoft/tracing-etw
//! [ETW]: https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing
//! [`tracing-fluent-assertions`]: https://crates.io/crates/tracing-fluent-assertions
//!
//! <pre class="ignore" style="white-space:normal;font:inherit;">
Expand Down

0 comments on commit 5cbd772

Please sign in to comment.