aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-29 20:31:09 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-29 20:31:09 -0400
commit557159a2e00508820cb7bad66822cc97c61b6de5 (patch)
treec66589f768cd8da0778b762e3d9c9ff1f17f5123 /src/main.rs
parent223da5cfea8608f7b11f32720203a2704dd02601 (diff)
downloaducp-557159a2e00508820cb7bad66822cc97c61b6de5.tar.gz
ucp-557159a2e00508820cb7bad66822cc97c61b6de5.zip
begin implementation of actual file transfer
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index bf2ceba..f916958 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,6 @@
// XXX: re-enable these warnings
-#![allow(unused_imports, unused_variables)]
+#![allow(unused_imports, unused_variables, unused_mut)]
extern crate getopts;
extern crate utp;