Skip to content

Commit

Permalink
docs: Fix typo (#1442)
Browse files Browse the repository at this point in the history
There is no struct named `Subscriber`, I think the `Subscriber` here is a trait.
  • Loading branch information
dzvon authored Jun 24, 2021
1 parent 067d214 commit 4dbe03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
//! currently default `Dispatch`. This is used primarily by `tracing`
//! instrumentation.
//!
//! [`Subscriber`]: struct.Subscriber.html
//! [`Subscriber`]: trait.Subscriber.html
//! [`with_default`]: fn.with_default.html
//! [`set_global_default`]: fn.set_global_default.html
//! [`get_default`]: fn.get_default.html
Expand Down

0 comments on commit 4dbe03c

Please sign in to comment.