cleanup: Remove unused braces in use statements
This commit is contained in:
parent
0c9de8140b
commit
cbce6bfbdb
72 changed files with 94 additions and 94 deletions
|
@ -202,7 +202,7 @@ use self::InternalStackElement::*;
|
|||
use std::collections::{HashMap, BTreeMap};
|
||||
use std::io::prelude::*;
|
||||
use std::io;
|
||||
use std::mem::{swap};
|
||||
use std::mem::swap;
|
||||
use std::num::FpCategory as Fp;
|
||||
use std::ops::Index;
|
||||
use std::str::FromStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue