Skip to content

Commit

Permalink
fix(volo-http): fix building problem (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Li <[email protected]>
  • Loading branch information
yukiiiteru authored Dec 28, 2023
1 parent 7357574 commit 0f43c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion volo-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ mod macros;
use std::convert::Infallible;

pub use bytes::Bytes;
#[cfg(feature = "cookie")]
pub use hyper::{
self,
body::Incoming as BodyIncoming,
Expand Down

0 comments on commit 0f43c08

Please sign in to comment.