We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tidy-alphabetical
1 parent b104fbe commit 9981d61Copy full SHA for 9981d61
compiler/rustc_fs_util/src/lib.rs
@@ -1,9 +1,7 @@
1
-// tidy-alphabetical-start
2
use std::ffi::CString;
3
use std::fs;
4
use std::io;
5
use std::path::{absolute, Path, PathBuf};
6
-// tidy-alphabetical-end
7
8
// Unfortunately, on windows, it looks like msvcrt.dll is silently translating
9
// verbatim paths under the hood to non-verbatim paths! This manifests itself as
compiler/rustc_lint_defs/src/lib.rs
@@ -1,4 +1,3 @@
pub use self::Level::*;
use rustc_ast::node_id::NodeId;
use rustc_ast::{AttrId, Attribute};
@@ -15,7 +14,6 @@ use rustc_span::edition::Edition;
15
14
use rustc_span::symbol::MacroRulesNormalizedIdent;
16
use rustc_span::{sym, symbol::Ident, Span, Symbol};
17
use rustc_target::spec::abi::Abi;
18
19
20
use serde::{Deserialize, Serialize};
21
0 commit comments