aboutsummaryrefslogtreecommitdiff
path: root/src/context/error.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
commite8493629a0810fcde065d6b12e1746a7917a14d2 (patch)
tree6e876d556073b21efd730247833e5a9a4823b520 /src/context/error.rs
parentrefactor(handler): move traits (diff)
downloadwindmark-e8493629a0810fcde065d6b12e1746a7917a14d2.tar.xz
windmark-e8493629a0810fcde065d6b12e1746a7917a14d2.zip
fix(context): clippy lints
Diffstat (limited to 'src/context/error.rs')
-rw-r--r--src/context/error.rs1
1 files changed, 1 insertions, 0 deletions
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,