Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2d2793

Browse files
committedMay 13, 2024·
fix comments
1 parent 97c0f2d commit f2d2793

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎opentelemetry/src/lib.rs

+6-5
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,17 @@
8888
//! See the [`metrics`] module docs for more information on creating and
8989
//! managing instruments.
9090
//!
91-
//!
91+
//!
9292
//! //! # Logs
9393
//!
9494
//! The [`logs`] module contains the Logs Bridge API. It is not intended to be
9595
//! called by application developers directly. It is provided for logging
9696
//! library authors to build log appenders, that bridges existing logging
97-
//! systems with OpenTelemetry. OpenTelemetry. Bridges for `log` and `tracing`
98-
//! libraries are provided via the `opentelemetry-log` and
99-
//! `tracing-opentelemetry` crates.
100-
//!
97+
//! systems with OpenTelemetry. OpenTelemetry. Bridges for
98+
//! [`log`](https://crates.io/crates/log) and
99+
//! [`tracing`](https://crates.io/crates/tracing) libraries are provided via the
100+
//! `opentelemetry-log` and `tracing-opentelemetry` crates.
101+
//!
101102
//! ## Crate Feature Flags
102103
//!
103104
//! The following core crate feature flags are available:

0 commit comments

Comments
 (0)
Please sign in to comment.