Remove outdated comment

This commit is contained in:
David Pedersen 2023-12-29 17:51:14 +01:00
parent c1c917092d
commit 5d388c8d91

View file

@ -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;