Skip to content

Commit 9331ef1

Browse files
Fix: Address clippy doc indentation warning
1 parent 892032d commit 9331ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
//! special fields are:
2121
//!
2222
//! * `otel.name`: Override the span name sent to OpenTelemetry exporters.
23-
//! Setting this field is useful if you want to display non-static information
24-
//! in your span name.
23+
//! Setting this field is useful if you want to display non-static information
24+
//! in your span name.
2525
//! * `otel.kind`: Set the span kind to one of the supported OpenTelemetry [span kinds].
2626
//! * `otel.status_code`: Set the span status code to one of the supported OpenTelemetry [span status codes].
2727
//! * `otel.status_message`: Set the span status message.

0 commit comments

Comments
 (0)