]> git.lizzy.rs Git - rust.git/commitdiff
fmt
authorPhilipp Hansch <dev@phansch.net>
Mon, 12 Oct 2020 16:34:06 +0000 (18:34 +0200)
committerPhilipp Hansch <dev@phansch.net>
Mon, 12 Oct 2020 16:34:06 +0000 (18:34 +0200)
src/driver.rs

index e32ba116939b2351f931e0da327fe1a832e2c4d1..e5d740cecd31c92dc50d68dee0926a9447148c34 100644 (file)
 
 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;