Skip to content

Commit

Permalink
refactor(lib): resolve unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ticsmtc committed Jun 6, 2022
1 parent 4545c3e commit 6f9067b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ext.rs
@@ -1,6 +1,7 @@
//! HTTP extensions.

use bytes::Bytes;
#[cfg(any(feature = "http1", feature = "ffi"))]
use http::header::HeaderName;
#[cfg(feature = "http1")]
use http::header::{IntoHeaderName, ValueIter};
Expand Down

0 comments on commit 6f9067b

Please sign in to comment.