Merge pull request #3327 from metajack/cargo-profiles

Reinstate errors for unused variables and imports.
This commit is contained in:
Josh Matthews 2014-09-14 09:56:58 -04:00
commit 6c179127a3
19 changed files with 36 additions and 8 deletions

View file

@ -4,6 +4,8 @@
#![feature(default_type_params, globs, managed_boxes, phase)]
#![deny(unused_imports, unused_variable)]
extern crate debug;
extern crate collections;
extern crate geom;