diff options
| author | Philipp Hansch <dev@phansch.net> | 2020-10-12 18:34:06 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2020-10-12 18:34:06 +0200 |
| commit | 7b3493c0e95e8cf9656d2cefffc621cb3e5eb726 (patch) | |
| tree | efc4236c331bc8ef7772139b9eda2674e9a6a09e /src | |
| parent | 098e4f119595cc199bf09ccf150aeefa6b2c49ac (diff) | |
| download | rust-7b3493c0e95e8cf9656d2cefffc621cb3e5eb726.tar.gz rust-7b3493c0e95e8cf9656d2cefffc621cb3e5eb726.zip | |
fmt
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver.rs | 2 |
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; |
