mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Remove axum::prelude (#195)
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@
|
||||
|
||||
use axum::{
|
||||
extract::TypedHeader,
|
||||
prelude::*,
|
||||
handler::get,
|
||||
response::sse::{sse, Event, Sse},
|
||||
routing::nest,
|
||||
routing::{nest, RoutingDsl},
|
||||
};
|
||||
use futures::stream::{self, Stream};
|
||||
use http::StatusCode;
|
||||
|
||||
Reference in New Issue
Block a user