Skip to content

Commit 9981d61

Browse files
committed
Remove useless tidy-alphabetical markers.
rustfmt already sorts `use` declarations within the same group.
1 parent b104fbe commit 9981d61

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

compiler/rustc_fs_util/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
// tidy-alphabetical-start
21
use std::ffi::CString;
32
use std::fs;
43
use std::io;
54
use std::path::{absolute, Path, PathBuf};
6-
// tidy-alphabetical-end
75

86
// Unfortunately, on windows, it looks like msvcrt.dll is silently translating
97
// verbatim paths under the hood to non-verbatim paths! This manifests itself as

compiler/rustc_lint_defs/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tidy-alphabetical-start
21
pub use self::Level::*;
32
use rustc_ast::node_id::NodeId;
43
use rustc_ast::{AttrId, Attribute};
@@ -15,7 +14,6 @@ use rustc_span::edition::Edition;
1514
use rustc_span::symbol::MacroRulesNormalizedIdent;
1615
use rustc_span::{sym, symbol::Ident, Span, Symbol};
1716
use rustc_target::spec::abi::Abi;
18-
// tidy-alphabetical-end
1917

2018
use serde::{Deserialize, Serialize};
2119

0 commit comments

Comments
 (0)