mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Remove future re-exports (#133)
These types were moved around in https://github.com/tokio-rs/axum/pull/130 but re-export from their old location for backwards compatibility. This removes the re-exports.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ use crate::{
|
||||
body::{box_body, BoxBody},
|
||||
extract::FromRequest,
|
||||
response::IntoResponse,
|
||||
routing::{EmptyRouter, MethodFilter, RouteFuture},
|
||||
routing::{future::RouteFuture, EmptyRouter, MethodFilter},
|
||||
service::HandleError,
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
|
||||
Reference in New Issue
Block a user