From a4ee0d140878ae3ad50c442be2a4e8f5f6c68349 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 9 Apr 2025 14:53:39 -0400 Subject: [PATCH] comment --- src/core/collector.ml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/collector.ml b/src/core/collector.ml index 3b34e3a..72d8755 100644 --- a/src/core/collector.ml +++ b/src/core/collector.ml @@ -30,9 +30,6 @@ module type S = sig (span -> 'a) -> 'a (** Run the function in a new span. - - This replaces the previous [enter_span] and [exit_span] which were too flexible - to be efficient to implement in async contexts. @since 0.3 *) val enter_span :