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