Skip to content

Commit

Permalink
chore(util): resolve duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Apr 1, 2024
1 parent b5c769d commit 46c54fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-body-util/src/collected.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl<B> Unpin for Collected<B> {}

#[cfg(test)]
mod tests {
use std::convert::{Infallible, TryInto};
use std::convert::TryInto;

use futures_util::stream;

Expand Down
2 changes: 1 addition & 1 deletion http-body-util/src/combinators/with_trailers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mod tests {
use std::convert::Infallible;

use bytes::Bytes;
use http::{HeaderMap, HeaderName, HeaderValue};
use http::{HeaderName, HeaderValue};

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

Expand Down

0 comments on commit 46c54fb

Please sign in to comment.