Fix warnings

This commit is contained in:
Brian Anderson
2013-03-31 19:27:51 -07:00
parent f336afd459
commit e3327d3833
18 changed files with 21 additions and 30 deletions

View File

@@ -10,7 +10,7 @@
// The Rust abstract syntax tree.
use codemap::{span, FileName, spanned};
use codemap::{span, spanned};
use abi::AbiSet;
use opt_vec::OptVec;