diff --git a/rust/src/sip/parser.rs b/rust/src/sip/parser.rs index a82b1f3d3e..5081d81c87 100644 --- a/rust/src/sip/parser.rs +++ b/rust/src/sip/parser.rs @@ -207,7 +207,6 @@ fn parse_header_value(buf: &[u8]) -> IResult<&[u8], &[u8]> { #[cfg(test)] mod tests { - use crate::sip::sip::*; use crate::sip::parser::*; #[test]