From 72582dc97912e57671010a48a34d1c56e894b3c6 Mon Sep 17 00:00:00 2001 From: "Daniel T. Rodrigues" <45438149+danitrod@users.noreply.github.com> Date: Sun, 28 Feb 2021 17:23:15 -0300 Subject: [PATCH] Update examples/on_connect.rs Co-authored-by: Rob Ede --- examples/on_connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/on_connect.rs b/examples/on_connect.rs index 462a1a741..24ac86c6b 100644 --- a/examples/on_connect.rs +++ b/examples/on_connect.rs @@ -2,7 +2,7 @@ //! properties and pass them to a handler through request-local data. //! //! For an example of extracting a client TLS certificate, see: -//! +//! use std::{any::Any, io, net::SocketAddr};