aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 8a78e67..bf2ceba 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,9 +1,13 @@
+// XXX: re-enable these warnings
+#![allow(unused_imports, unused_variables)]
+
extern crate getopts;
extern crate utp;
mod client;
mod server;
+mod common;
use std::str;
use std::env;