File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1- // tidy-alphabetical-start
21use std:: ffi:: CString ;
32use std:: fs;
43use std:: io;
54use 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
Original file line number Diff line number Diff line change 1- // tidy-alphabetical-start
21pub use self :: Level :: * ;
32use rustc_ast:: node_id:: NodeId ;
43use rustc_ast:: { AttrId , Attribute } ;
@@ -15,7 +14,6 @@ use rustc_span::edition::Edition;
1514use rustc_span:: symbol:: MacroRulesNormalizedIdent ;
1615use rustc_span:: { sym, symbol:: Ident , Span , Symbol } ;
1716use rustc_target:: spec:: abi:: Abi ;
18- // tidy-alphabetical-end
1917
2018use serde:: { Deserialize , Serialize } ;
2119
You can’t perform that action at this time.
0 commit comments