mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Empty structs
This commit is contained in:
@@ -27,7 +27,7 @@ use super::{SerializerError, SerializerErrorKind, UserConfig};
|
||||
|
||||
use std::io::{Read, Write};
|
||||
|
||||
pub struct ConfigSerializer {}
|
||||
pub struct ConfigSerializer;
|
||||
|
||||
impl ConfigSerializer {
|
||||
/// ### serialize
|
||||
|
||||
Reference in New Issue
Block a user