Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai committed Nov 22, 2024
1 parent e2f5f38 commit 6754a39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ SOFTWARE.
//!
//! This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
#![deny(missing_docs)]

use http::StatusCode;
use http_body_util::BodyExt;

#[cfg(feature = "metrics")]
Expand All @@ -49,6 +47,9 @@ use serde::{Deserialize, Serialize};
use slog_scope::{error, info};
use tokio::time::timeout;

#[cfg(feature = "metrics")]
use http::StatusCode;

#[cfg(feature = "trace")]
use opentelemetry::global;
#[cfg(feature = "trace")]
Expand Down

0 comments on commit 6754a39

Please sign in to comment.