From 8361e508303d1573db7a0a5e892cfe2bdf42ffbb Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Thu, 11 Jun 2015 18:29:25 +0200 Subject: Re-enable binary --- src/format/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/format/mod.rs b/src/format/mod.rs index e6c4897..db86a1d 100644 --- a/src/format/mod.rs +++ b/src/format/mod.rs @@ -24,7 +24,7 @@ use context::Context; pub mod weechat3; pub mod energymech; -//pub mod binary; +pub mod binary; pub trait Encode<'a, W> where W: Write { fn encode(&'a self, context: &'a Context, output: W, event: &'a Event) -> ::Result<()>; -- cgit v1.2.3