1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Remove unused imports from example ()

Remove unused imports from the first crate documentation example.
This commit is contained in:
PatatasDelPapa 2021-08-03 15:55:27 -04:00 committed by GitHub
parent f84f52d61e
commit 715e624d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,9 +47,6 @@
//!
//! ```rust,no_run
//! use axum::prelude::*;
//! use hyper::Server;
//! use std::net::SocketAddr;
//! use tower::make::Shared;
//!
//! #[tokio::main]
//! async fn main() {