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:
David Pedersen
2021-08-07 16:22:53 +02:00
committed by GitHub
parent a0a19c8362
commit 123b1b3c5e
5 changed files with 9 additions and 18 deletions
+1 -1
View File
@@ -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;