From 5d388c8d91440bc2865a894a3587971a4e7bc47c Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 29 Dec 2023 17:51:14 +0100 Subject: [PATCH] Remove outdated comment --- examples/graceful-shutdown/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/graceful-shutdown/src/main.rs b/examples/graceful-shutdown/src/main.rs index 98433071..d3388c83 100644 --- a/examples/graceful-shutdown/src/main.rs +++ b/examples/graceful-shutdown/src/main.rs @@ -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;