mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Remove unused imports from example (#104)
Remove unused imports from the first crate documentation example.
This commit is contained in:
@@ -47,9 +47,6 @@
|
|||||||
//!
|
//!
|
||||||
//! ```rust,no_run
|
//! ```rust,no_run
|
||||||
//! use axum::prelude::*;
|
//! use axum::prelude::*;
|
||||||
//! use hyper::Server;
|
|
||||||
//! use std::net::SocketAddr;
|
|
||||||
//! use tower::make::Shared;
|
|
||||||
//!
|
//!
|
||||||
//! #[tokio::main]
|
//! #[tokio::main]
|
||||||
//! async fn main() {
|
//! async fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user