Fix warning

pull/219/head
Chip Senkbeil 11 months ago
parent d74daa1362
commit 9b7e4c87da
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -8,7 +8,7 @@ pub struct PlainCodec;
impl PlainCodec {
pub fn new() -> Self {
Self::default()
Self
}
}

Loading…
Cancel
Save