Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jul 10, 2024
1 parent 6c75e7c commit e22bb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ pub mod hyper {

use super::{async_trait, Bytes, HttpClient, HttpError, Request, Response};
use http::HeaderValue;
use http_body_util::BodyExt;
use hyper::body::Body;
use hyper_util::client::legacy::{connect::Connect, Client};
use http_body_util::BodyExt;
use std::error::Error;
use std::fmt::Debug;
use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/main/assets/logo.svg"
)]
//#![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, deny(warnings))]

pub mod export;
mod instrumentation;
Expand Down

0 comments on commit e22bb0b

Please sign in to comment.