Skip to content

Commit e22bb0b

Browse files
committed
Fix compilation
1 parent 6c75e7c commit e22bb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opentelemetry-http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ pub mod hyper {
105105

106106
use super::{async_trait, Bytes, HttpClient, HttpError, Request, Response};
107107
use http::HeaderValue;
108+
use http_body_util::BodyExt;
108109
use hyper::body::Body;
109110
use hyper_util::client::legacy::{connect::Connect, Client};
110-
use http_body_util::BodyExt;
111111
use std::error::Error;
112112
use std::fmt::Debug;
113113
use std::time::Duration;

opentelemetry-sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
#![doc(
119119
html_logo_url = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/main/assets/logo.svg"
120120
)]
121-
//#![cfg_attr(test, deny(warnings))]
121+
#![cfg_attr(test, deny(warnings))]
122122

123123
pub mod export;
124124
mod instrumentation;

0 commit comments

Comments
 (0)