From 223da5cfea8608f7b11f32720203a2704dd02601 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 29 May 2016 15:33:04 -0400 Subject: fix module hierarchy; actually call common functions --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.rs') 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; -- cgit v1.2.3