mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Use nightly clippy & rustfmt for more style checks (#487)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//! Routing between [`Service`]s and handlers.
|
||||
|
||||
use self::future::RouterFuture;
|
||||
use self::not_found::NotFound;
|
||||
use self::{future::RouterFuture, not_found::NotFound};
|
||||
use crate::{
|
||||
body::{box_body, Body, BoxBody},
|
||||
extract::{
|
||||
|
||||
Reference in New Issue
Block a user