aboutsummaryrefslogtreecommitdiff
path: root/src/context/route.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/route.rs')
-rw-r--r--src/context/route.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/route.rs b/src/context/route.rs
index beaf45f..61eca0c 100644
--- a/src/context/route.rs
+++ b/src/context/route.rs
@@ -21,6 +21,7 @@ use openssl::x509::X509;
use tokio::net::TcpStream;
use url::Url;
+#[allow(clippy::module_name_repetitions)]
pub struct RouteContext<'a> {
pub tcp: &'a TcpStream,
pub url: &'a Url,