mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Remove unused imports from example (#104)
Remove unused imports from the first crate documentation example.
This commit is contained in:
parent
f84f52d61e
commit
715e624d8c
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue