Fix warnings during tests

The deny(warnings) attribute is now enabled for tests so we need to weed out
these warnings as well.
This commit is contained in:
Alex Crichton
2016-01-22 23:49:57 -08:00
parent 4b3c35509b
commit cb343c33ac
24 changed files with 137 additions and 141 deletions

View File

@@ -3149,7 +3149,6 @@ mod tests {
use super::*;
use ast;
use ast_util;
use codemap;
use parse::token;