Empty structs

This commit is contained in:
veeso
2021-03-04 15:49:13 +01:00
parent 98861a6bbd
commit 4a8ea185e6
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ use super::{SerializerError, SerializerErrorKind, UserConfig};
use std::io::{Read, Write};
pub struct ConfigSerializer {}
pub struct ConfigSerializer;
impl ConfigSerializer {
/// ### serialize