Skip to content

Commit f12d4d4

Browse files
authored
refactor(lib): resolve unused import (#2889)
1 parent 4545c3e commit f12d4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ext.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! HTTP extensions.
22
33
use bytes::Bytes;
4+
#[cfg(any(feature = "http1", feature = "ffi"))]
45
use http::header::HeaderName;
56
#[cfg(feature = "http1")]
67
use http::header::{IntoHeaderName, ValueIter};

0 commit comments

Comments
 (0)