diff --git a/axum/README.md b/axum/README.md index c3b95834..dc7f1a95 100644 --- a/axum/README.md +++ b/axum/README.md @@ -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() {