From: Philipp Hansch Date: Mon, 12 Oct 2020 16:34:06 +0000 (+0200) Subject: fmt X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7b3493c0e95e8cf9656d2cefffc621cb3e5eb726;p=rust.git fmt --- 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 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;