diff options
author | Aleksey Kladov <[email protected]> | 2018-07-31 20:29:38 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-31 20:29:38 +0100 |
commit | 904a832b7cfc58bcf91ed7a17a5a177f8d36db1c (patch) | |
tree | 108049f427c2fd14e6d6086987b7368ed8d7c616 /cli/src | |
parent | 8105c14454f8c4f575f16b44ec616ffd045be57f (diff) |
format
Diffstat (limited to 'cli/src')
-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 | ||