mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-24 08:06:36 +01:00
Remove outdated comment
This commit is contained in:
parent
c1c917092d
commit
5d388c8d91
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
//! cargo run -p example-graceful-shutdown
|
||||
//! kill or ctrl-c
|
||||
//! ```
|
||||
//!
|
||||
//! Supporting graceful shutdown requires a bit of boilerplate. In the future hyper-util will
|
||||
//! provide convenience helpers but for now we have to use hyper directly.
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Reference in a new issue