aboutsummaryrefslogtreecommitdiff
path: root/src/format/weechat3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/weechat3.rs')
-rw-r--r--src/format/weechat3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/weechat3.rs b/src/format/weechat3.rs
index 0904ced..59bb072 100644
--- a/src/format/weechat3.rs
+++ b/src/format/weechat3.rs
@@ -95,7 +95,7 @@ impl<R> Decode<R, Iter<R>> for Weechat3 where R: BufRead {
}
impl<W> Encode<W> for Weechat3 where W: Write {
- fn encode(&self, mut output: W, event: &Event) -> io::Result<()> {
+ fn encode(&self, mut output: W, event: &Event) -> ::Result<()> {
fn date(t: i64) -> String {
format!("{}", UTC.timestamp(t, 0).format(TIME_DATE_FORMAT))
}