diff options
Diffstat (limited to 'src/log.rs')
-rw-r--r-- | src/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pub struct Log { /// All representable events, such as messages, quits, joins /// and topic changes. -#[derive(Debug)] +#[derive(Debug, RustcEncodable, RustcDecodable)] pub enum Event { Connect { time: i64 |