Skip to content

Commit

Permalink
Remove outdated doc comment referencing panic-on-drop behavior (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher authored Jun 14, 2022
1 parent 27c2fa2 commit 188247c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dropshot/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,6 @@ impl<C: ServerContext> Service<&TlsConn> for ServerConnectionHandler<C> {

/**
* A running Dropshot HTTP server.
*
* # Panics
*
* Panics if dropped without invoking `close`.
*/
pub struct HttpServer<C: ServerContext> {
probe_registration: ProbeRegistration,
Expand Down

0 comments on commit 188247c

Please sign in to comment.