diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-28 18:12:06 +0530 | 
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-28 18:12:06 +0530 | 
| commit | 5eb4be4c562c369921a6b71812a2003c4cf3163e (patch) | |
| tree | 459601ecc6c928a3cba7b36be19269b5ce06b853 /src/libtest | |
| parent | 4aa17c80e605092e05251b5b1a6a08df9cf5fc0c (diff) | |
| parent | cbce6bfbdb140561add2ff258b305e7c7f2ad5c6 (diff) | |
| download | rust-5eb4be4c562c369921a6b71812a2003c4cf3163e.tar.gz rust-5eb4be4c562c369921a6b71812a2003c4cf3163e.zip  | |
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Pretty much what it says on the tin.
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index afb3c3b830a..8df91c90768 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -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;  | 
