Skip to content

Commit

Permalink
refactor(lib): resolve unused import (#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ticsmtc committed Jun 7, 2022
1 parent 4545c3e commit f12d4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ext.rs
Original file line number Diff line number Diff line change
@@ -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 f12d4d4

Please sign in to comment.