Skip to content

Commit 807b6a5

Browse files
committed
fix lint
1 parent 1c98767 commit 807b6a5

File tree

1 file changed

+1
-2
lines changed
  • opentelemetry-sdk/src/trace

1 file changed

+1
-2
lines changed

opentelemetry-sdk/src/trace/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
//! The tracing SDK consist of a few main structs:
44
//!
55
//! * The [`Tracer`] struct which performs all tracing operations.
6-
//! * The [`Span`] struct with is a mutable object storing information about the
7-
//! current operation execution.
6+
//! * The [`Span`] struct with is a mutable object storing information about the current operation execution.
87
//! * The [`TracerProvider`] struct which configures and produces [`Tracer`]s.
98
mod config;
109
mod events;

0 commit comments

Comments
 (0)