mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Remove axum::prelude (#195)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//! cargo run --example tls_rustls
|
||||
//! ```
|
||||
|
||||
use axum::prelude::*;
|
||||
use axum::{handler::get, route};
|
||||
use hyper::server::conn::Http;
|
||||
use std::{fs::File, io::BufReader, sync::Arc};
|
||||
use tokio::net::TcpListener;
|
||||
|
||||
Reference in New Issue
Block a user