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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue