This commit is contained in:
Philipp Hansch 2020-10-12 18:34:06 +02:00
parent 098e4f1195
commit 7b3493c0e9
No known key found for this signature in database
GPG key ID: 188FE733728652B1

View file

@ -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;