Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Dec 29, 2023
1 parent c1c9170 commit 5d388c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/graceful-shutdown/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5d388c8

Please sign in to comment.