From 8377ea5574bc1a17c6a72310141938871f15e349 Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Thu, 2 Sep 2021 22:34:37 -0700 Subject: [PATCH] Clean --- examples/modifydata/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modifydata/src/main.rs b/examples/modifydata/src/main.rs index e19b231..c05bc41 100644 --- a/examples/modifydata/src/main.rs +++ b/examples/modifydata/src/main.rs @@ -1,4 +1,4 @@ -use sslrelay::{self, ConfigType, RelayConfig, HandlerCallbacks}; +use sslrelay::{self, ConfigType, HandlerCallbacks}; // Handler object #[derive(Clone)] // Must have Clone trait implemented.