mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Remove unused imports in readme example (#2367)
This commit is contained in:
parent
6dd5d0be9d
commit
b13b9d2288
1 changed files with 0 additions and 2 deletions
|
@ -29,11 +29,9 @@ applications written using [`hyper`] or [`tonic`].
|
|||
use axum::{
|
||||
routing::{get, post},
|
||||
http::StatusCode,
|
||||
response::IntoResponse,
|
||||
Json, Router,
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::net::SocketAddr;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
|
|
Loading…
Reference in a new issue