File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,8 @@ Registry](https://opentelemetry.io/ecosystem/registry/?language=rust).
159159
160160Components in this repo are built against the latest stable release. The minimum
161161supported version of ` rustc ` is 1.70. Any exceptions to this are noted in
162- indivual readme files of the corresponding create. The current OpenTelemetry
163- version is not guaranteed to build on Rust versions earlier than the minimum
164- supported version.
162+ indivual readme files of the corresponding create. Crates are not guaranteed to
163+ build on Rust versions earlier than the minimum supported version.
165164
166165The current stable Rust compiler and the three most recent minor versions before
167166it will always be supported. For example, if the current stable compiler version
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ This crate contains the [OpenTelemetry](https://opentelemetry.io/) API for Rust.
1515
1616## Overview
1717
18- ## Overview
19-
2018OpenTelemetry is an Observability framework and toolkit designed to create and
2119manage telemetry data such as traces, metrics, and logs. OpenTelemetry is
2220vendor- and tool-agnostic, meaning that it can be used with a broad variety of
Original file line number Diff line number Diff line change @@ -309,4 +309,4 @@ pub mod time {
309309 pub fn now ( ) -> SystemTime {
310310 SystemTime :: UNIX_EPOCH + std:: time:: Duration :: from_millis ( js_sys:: Date :: now ( ) as u64 )
311311 }
312- }
312+ }
You can’t perform that action at this time.
0 commit comments