Skip to content

Commit 7b3493c

Browse files
committed
fmt
1 parent 098e4f1 commit 7b3493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ use rustc_tools_util::VersionInfo;
2020

2121
use std::borrow::Cow;
2222
use std::env;
23+
use std::lazy::SyncLazy;
2324
use std::ops::Deref;
2425
use std::panic;
2526
use std::path::{Path, PathBuf};
2627
use std::process::{exit, Command};
27-
use std::lazy::SyncLazy;
2828

2929
mod lintlist;
3030

0 commit comments

Comments
 (0)