diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/main.rs b/cli/src/main.rs index 707fbd94c..f6e7e2fed 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs | |||
@@ -5,9 +5,9 @@ extern crate libsyntax2; | |||
5 | extern crate tools; | 5 | extern crate tools; |
6 | 6 | ||
7 | use clap::{App, Arg, SubCommand}; | 7 | use clap::{App, Arg, SubCommand}; |
8 | use std::time::Instant; | ||
8 | use std::{fs, io::Read, path::Path}; | 9 | use std::{fs, io::Read, path::Path}; |
9 | use tools::collect_tests; | 10 | use tools::collect_tests; |
10 | use std::time::Instant; | ||
11 | 11 | ||
12 | type Result<T> = ::std::result::Result<T, failure::Error>; | 12 | type Result<T> = ::std::result::Result<T, failure::Error>; |
13 | 13 | ||