cleanup: Remove unused braces in use statements

This commit is contained in:
Richo Healey 2015-03-28 02:23:20 -07:00
parent 0c9de8140b
commit cbce6bfbdb
72 changed files with 94 additions and 94 deletions

View file

@ -11,7 +11,7 @@
pub use self::PathParsingMode::*;
use abi;
use ast::{BareFnTy};
use ast::BareFnTy;
use ast::{RegionTyParamBound, TraitTyParamBound, TraitBoundModifier};
use ast::{Public, Unsafety};
use ast::{Mod, BiAdd, Arg, Arm, Attribute, BindByRef, BindByValue};