diff --git a/rust/src/dhcp/parser.rs b/rust/src/dhcp/parser.rs index 60ab7559b8..d4a0b08dee 100644 --- a/rust/src/dhcp/parser.rs +++ b/rust/src/dhcp/parser.rs @@ -272,7 +272,6 @@ pub fn parse_dhcp(input: &[u8]) -> IResult<&[u8], DHCPMessage> { #[cfg(test)] mod tests { - use crate::dhcp::dhcp::*; use crate::dhcp::parser::*; #[test]