aboutsummaryrefslogtreecommitdiff
path: root/src/context/hook.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-03 03:16:09 +0000
committerFuwn <[email protected]>2023-04-03 03:16:09 +0000
commit52845bfd809332a090fb7941c5fb2478f228e5a2 (patch)
tree6e876d556073b21efd730247833e5a9a4823b520 /src/context/hook.rs
parentrefactor(handler): move traits (diff)
downloadwindmark-52845bfd809332a090fb7941c5fb2478f228e5a2.tar.xz
windmark-52845bfd809332a090fb7941c5fb2478f228e5a2.zip
fix(context): clippy lints
Diffstat (limited to 'src/context/hook.rs')
-rw-r--r--src/context/hook.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/hook.rs b/src/context/hook.rs
index 00cd9d8..44804fa 100644
--- a/src/context/hook.rs
+++ b/src/context/hook.rs
@@ -21,6 +21,7 @@ use openssl::x509::X509;
use tokio::net::TcpStream;
use url::Url;
+#[allow(clippy::module_name_repetitions)]
pub struct HookContext<'a> {
pub tcp: &'a TcpStream,
pub url: &'a Url,