cleanup: Remove unused braces in use statements

This commit is contained in:
Richo Healey
2015-03-28 02:23:20 -07:00
parent 0c9de8140b
commit cbce6bfbdb
72 changed files with 94 additions and 94 deletions

View File

@@ -78,7 +78,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;