Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Pretty much what it says on the tin.
This commit is contained in:
commit
5eb4be4c56
72 changed files with 94 additions and 94 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue