Skip to content

Commit 46c54fb

Browse files
tottotoseanmonstar
authored andcommitted
chore(util): resolve duplicate import
1 parent b5c769d commit 46c54fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-body-util/src/collected.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl<B> Unpin for Collected<B> {}
9494

9595
#[cfg(test)]
9696
mod tests {
97-
use std::convert::{Infallible, TryInto};
97+
use std::convert::TryInto;
9898

9999
use futures_util::stream;
100100

http-body-util/src/combinators/with_trailers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mod tests {
123123
use std::convert::Infallible;
124124

125125
use bytes::Bytes;
126-
use http::{HeaderMap, HeaderName, HeaderValue};
126+
use http::{HeaderName, HeaderValue};
127127

128128
use crate::{BodyExt, Empty, Full};
129129

0 commit comments

Comments
 (0)