diff --git a/libafl/src/bolts/llmp.rs b/libafl/src/bolts/llmp.rs
index 439e212399..580e51044c 100644
--- a/libafl/src/bolts/llmp.rs
+++ b/libafl/src/bolts/llmp.rs
@@ -1297,6 +1297,7 @@ where
}
/// Receive the buffer, also reading the LLMP internal message flags
+ #[allow(clippy::type_complexity)]
#[inline]
pub fn recv_buf_with_flags(&mut self) -> Result