mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
fmt
This commit is contained in:
parent
098e4f1195
commit
7b3493c0e9
@ -20,11 +20,11 @@ use rustc_tools_util::VersionInfo;
|
|||||||
|
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
use std::env;
|
use std::env;
|
||||||
|
use std::lazy::SyncLazy;
|
||||||
use std::ops::Deref;
|
use std::ops::Deref;
|
||||||
use std::panic;
|
use std::panic;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use std::process::{exit, Command};
|
use std::process::{exit, Command};
|
||||||
use std::lazy::SyncLazy;
|
|
||||||
|
|
||||||
mod lintlist;
|
mod lintlist;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user