aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-20 23:20:20 +0200
committerTill Hoeppner2015-04-20 23:20:20 +0200
commit93476115018b21f7bf5283ebbc31db575ac3789c (patch)
tree6c9fe576dd7232fcf2f11e508fb11591eba1b6af /src/lib.rs
parent5f1ffd753af42357c8b074c7a8bc9be2eade002e (diff)
downloadirsc-93476115018b21f7bf5283ebbc31db575ac3789c.tar.gz
irsc-93476115018b21f7bf5283ebbc31db575ac3789c.tar.xz
irsc-93476115018b21f7bf5283ebbc31db575ac3789c.zip
Refix server
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index bf85c49..dd1434e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,7 +6,7 @@ extern crate regex;
extern crate log;
extern crate eventual;
-// pub mod server;
+pub mod server;
pub mod color;
pub mod ident;
pub mod callback;