Commit a01fd67 1 parent 62145a0 commit a01fd67 Copy full SHA for a01fd67
File tree 3 files changed +3
-6
lines changed
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).
159
159
160
160
Components in this repo are built against the latest stable release. The minimum
161
161
supported 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.
165
164
166
165
The current stable Rust compiler and the three most recent minor versions before
167
166
it 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.
15
15
16
16
## Overview
17
17
18
- ## Overview
19
-
20
18
OpenTelemetry is an Observability framework and toolkit designed to create and
21
19
manage telemetry data such as traces, metrics, and logs. OpenTelemetry is
22
20
vendor- 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 {
309
309
pub fn now ( ) -> SystemTime {
310
310
SystemTime :: UNIX_EPOCH + std:: time:: Duration :: from_millis ( js_sys:: Date :: now ( ) as u64 )
311
311
}
312
- }
312
+ }
You can’t perform that action at this time.
0 commit comments