fix not compiling

This commit is contained in:
DJMrTV 2025-01-23 23:27:50 +01:00
commit 6af6e65666

View file

@ -341,6 +341,7 @@ impl PRUDPPacket {
let options = self.options let options = self.options
.iter() .iter()
.filter(|o| matches!(o, FragmentId(_))) .filter(|o| matches!(o, FragmentId(_)))
.cloned()
.collect(); .collect();
Self{ Self{