Fix programs for latest Rust and begin usage of new utility macros

This commit is contained in:
Arcterus
2014-02-06 22:39:07 -08:00
parent bdb01f172c
commit 74df4d5a98
22 changed files with 433 additions and 405 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ RUSTC ?= rustc
RM := rm
# Flags
RUSTCFLAGS := --opt-level=3 -A unused_must_use
RUSTCFLAGS := --opt-level=3
RMFLAGS :=
# Possible programs