fix not compiling
This commit is contained in:
parent
b449d731b7
commit
6af6e65666
1 changed files with 1 additions and 0 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue