about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2020-10-12 18:34:06 +0200
committerPhilipp Hansch <dev@phansch.net>2020-10-12 18:34:06 +0200
commit7b3493c0e95e8cf9656d2cefffc621cb3e5eb726 (patch)
treeefc4236c331bc8ef7772139b9eda2674e9a6a09e /src
parent098e4f119595cc199bf09ccf150aeefa6b2c49ac (diff)
downloadrust-7b3493c0e95e8cf9656d2cefffc621cb3e5eb726.tar.gz
rust-7b3493c0e95e8cf9656d2cefffc621cb3e5eb726.zip
fmt
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.rs b/src/driver.rs
index e32ba116939..e5d740cecd3 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -20,11 +20,11 @@ use rustc_tools_util::VersionInfo;
 
 use std::borrow::Cow;
 use std::env;
+use std::lazy::SyncLazy;
 use std::ops::Deref;
 use std::panic;
 use std::path::{Path, PathBuf};
 use std::process::{exit, Command};
-use std::lazy::SyncLazy;
 
 mod lintlist;