Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Pretty much what it says on the tin.
This commit is contained in:
@@ -77,7 +77,7 @@ use std::io::prelude::*;
|
||||
use std::io;
|
||||
use std::iter::repeat;
|
||||
use std::num::{Float, Int};
|
||||
use std::path::{PathBuf};
|
||||
use std::path::PathBuf;
|
||||
use std::sync::mpsc::{channel, Sender};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
|
||||
Reference in New Issue
Block a user