diff --git a/core/src/packet_threshold.rs b/core/src/packet_threshold.rs index f1d534284..b2db08967 100644 --- a/core/src/packet_threshold.rs +++ b/core/src/packet_threshold.rs @@ -55,8 +55,7 @@ impl DynamicPacketToProcessThreshold { #[cfg(test)] mod test { - use super::DynamicPacketToProcessThreshold; - use std::time::Duration; + use {super::DynamicPacketToProcessThreshold, std::time::Duration}; #[test] fn test_dynamic_packet_threshold() {