Skip to content

Commit 6b72586

Browse files
committed
Simplify a "use" statement as per @grunweg's feedback.
1 parent 2c9ae48 commit 6b72586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use std::fs;
1818
use std::path::PathBuf;
1919
use std::process;
2020

21-
use getopts::{Options};
21+
use getopts::Options;
2222

2323
use Build;
2424
use config::Config;

0 commit comments

Comments
 (0)