aboutsummaryrefslogtreecommitdiff
path: root/src/callsite.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/callsite.rs')
-rw-r--r--src/callsite.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/callsite.rs b/src/callsite.rs
index f887132..62fa8c4 100644
--- a/src/callsite.rs
+++ b/src/callsite.rs
@@ -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
//!