fmt (#23448)
This commit is contained in:
parent
e630eb73d7
commit
26aa18b3f3
|
@ -55,8 +55,7 @@ impl DynamicPacketToProcessThreshold {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use super::DynamicPacketToProcessThreshold;
|
use {super::DynamicPacketToProcessThreshold, std::time::Duration};
|
||||||
use std::time::Duration;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_dynamic_packet_threshold() {
|
fn test_dynamic_packet_threshold() {
|
||||||
|
|
Loading…
Reference in New Issue