Skip to content

Commit bdea678

Browse files
committed
middleware: Remove obsolete RequestExt export
1 parent 8bdb8ac commit bdea678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod prelude {
22
pub use crate::middleware::log_request::CustomMetadataRequestExt;
3-
pub use conduit::{box_error, Handler, RequestExt};
3+
pub use conduit::{box_error, Handler};
44
pub use http::{header, Response, StatusCode};
55
}
66

0 commit comments

Comments
 (0)