From 52845bfd809332a090fb7941c5fb2478f228e5a2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Apr 2023 03:16:09 +0000 Subject: fix(context): clippy lints --- src/context/error.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/context/error.rs') diff --git a/src/context/error.rs b/src/context/error.rs index 3b3fd5e..eb1e00e 100644 --- a/src/context/error.rs +++ b/src/context/error.rs @@ -20,6 +20,7 @@ use openssl::x509::X509; use tokio::net::TcpStream; use url::Url; +#[allow(clippy::module_name_repetitions)] pub struct ErrorContext<'a> { pub tcp: &'a TcpStream, pub url: &'a Url, -- cgit v1.2.3