From 904a832b7cfc58bcf91ed7a17a5a177f8d36db1c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 31 Jul 2018 22:29:38 +0300 Subject: format --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src') 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; extern crate tools; use clap::{App, Arg, SubCommand}; +use std::time::Instant; use std::{fs, io::Read, path::Path}; use tools::collect_tests; -use std::time::Instant; type Result = ::std::result::Result; -- cgit v1.2.3