Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Oct 12, 2020
1 parent 098e4f1 commit 7b3493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.rs
Expand Up @@ -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;

Expand Down

0 comments on commit 7b3493c

Please sign in to comment.