Skip to content

Commit a021dd0

Browse files
authored
Remove non-existent feature flags from docs. (#452)
1 parent 332bd18 commit a021dd0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

opentelemetry/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
//! * `tokio-support`: Spawn telemetry tasks using [tokio]'s runtime.
4848
//! * `async-std`: Spawn telemetry tasks using [async-std]'s runtime.
4949
//!
50-
//! The following flags enable propagating information in other crate
51-
//! ecosystems:
52-
//!
53-
//! * `http`: Propagate information via [http] header maps.
54-
//! * `tonic`: Propagate information via [tonic]'s metadata.
55-
//!
5650
//! Finally the following flags can be used by exporter authors:
5751
//!
5852
//! * `reqwest`: Implementation of [`HttpClient`] for [reqwest].

0 commit comments

Comments
 (0)