mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
@ -25,7 +25,7 @@ impl<In, Out> Codec<In, Out> {
|
||||
uvi.set_max_len(max_message_len_bytes);
|
||||
Self {
|
||||
uvi,
|
||||
phantom: PhantomData::default(),
|
||||
phantom: PhantomData,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user