diff --git a/neqo-http3/src/connection.rs b/neqo-http3/src/connection.rs index 8ad089c772..d1895e8ded 100644 --- a/neqo-http3/src/connection.rs +++ b/neqo-http3/src/connection.rs @@ -4,8 +4,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![allow(clippy::module_name_repetitions)] - use std::{cell::RefCell, fmt::Debug, hash::BuildHasherDefault, mem, rc::Rc}; use neqo_common::{qdebug, qerror, qinfo, qtrace, qwarn, Decoder, Header, MessageType, Role};