From 9462de6481321704912f54d3f61c080eb732ca62 Mon Sep 17 00:00:00 2001 From: Oliver THEBAULT Date: Wed, 29 May 2024 15:13:17 +0200 Subject: [PATCH] chore: fix on_close() comment --- src/layer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layer.rs b/src/layer.rs index 8ed2832..f38b4bc 100644 --- a/src/layer.rs +++ b/src/layer.rs @@ -1168,7 +1168,7 @@ where } } - // Assign end time, build and start span, drop span to export + // Build and start span, drop span to export builder.start_with_context(&self.tracer, &parent_cx); } }