We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017d920 commit a9a9f9aCopy full SHA for a9a9f9a
opentelemetry-http/src/lib.rs
@@ -43,7 +43,6 @@ impl Extractor for HeaderExtractor<'_> {
43
.map(|value| value.as_str())
44
.collect::<Vec<_>>()
45
}
46
-
47
48
49
pub type HttpError = Box<dyn std::error::Error + Send + Sync + 'static>;
0 commit comments