aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-20 20:54:13 +0200
committerTill Hoeppner2015-04-20 20:57:04 +0200
commitcabbd084f89908e91b81300a776cbeb5034396b8 (patch)
treec29bb2aca28b2827133d54bdb64b131da21e2a4a /src/lib.rs
parent3cee55e3bfd1c853e1ff4fa71a690f1ad1d6e37e (diff)
downloadirsc-cabbd084f89908e91b81300a776cbeb5034396b8.tar.gz
irsc-cabbd084f89908e91b81300a776cbeb5034396b8.tar.xz
irsc-cabbd084f89908e91b81300a776cbeb5034396b8.zip
Something inbetween working and broken
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 577770d..f37c9a4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,11 +6,12 @@ extern crate regex;
extern crate log;
extern crate eventual;
-pub mod server;
+// pub mod server;
pub mod color;
pub mod ident;
pub mod callback;
pub mod message;
+// pub mod command;
use std::io;
use std::result;