1
Fork 0

Rollup merge of #23803 - richo:unused-braces, r=Manishearth

Pretty much what it says on the tin.
This commit is contained in:
Manish Goregaokar 2015-03-28 18:12:06 +05:30
commit 5eb4be4c56
72 changed files with 94 additions and 94 deletions

View file

@ -76,7 +76,7 @@ use core::prelude::*;
use core::atomic;
use core::atomic::Ordering::{Relaxed, Release, Acquire, SeqCst};
use core::fmt;
use core::cmp::{Ordering};
use core::cmp::Ordering;
use core::default::Default;
use core::mem::{min_align_of, size_of};
use core::mem;