Skip to content

Commit

Permalink
docs: remove mention of Registration on v0.1.x (#2753)
Browse files Browse the repository at this point in the history
This type does not exist on v0.1.x
  • Loading branch information
davidbarsky committed Oct 13, 2023
1 parent 11aac9a commit 6ba5af2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tracing-core/src/callsite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
//! * Storing the span or event's [`Metadata`],
//! * Uniquely [identifying](Identifier) the span or event definition,
//! * Caching the subscriber's [`Interest`][^1] in that span or event, to avoid
//! re-evaluating filters,
//! * Storing a [`Registration`] that allows the callsite to be part of a global
//! list of all callsites in the program.
//! re-evaluating filters.
//!
//! # Registering Callsites
//!
Expand Down

0 comments on commit 6ba5af2

Please sign in to comment.