diff --git a/etherparse/src/defrag/ip_defrag_pool.rs b/etherparse/src/defrag/ip_defrag_pool.rs index 28b886bf..59110987 100644 --- a/etherparse/src/defrag/ip_defrag_pool.rs +++ b/etherparse/src/defrag/ip_defrag_pool.rs @@ -35,7 +35,7 @@ where Timestamp: Sized + core::fmt::Debug + Clone, CustomChannelId: Sized + core::fmt::Debug + Clone + core::hash::Hash + Eq + PartialEq, { - pub fn new() -> IpDefragPool { + pub fn new() -> IpDefragPool { IpDefragPool { active: HashMap::new(), finished_data_bufs: Vec::new(),