File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
- // tidy-alphabetical-start
2
1
use std:: ffi:: CString ;
3
2
use std:: fs;
4
3
use std:: io;
5
4
use std:: path:: { absolute, Path , PathBuf } ;
6
- // tidy-alphabetical-end
7
5
8
6
// Unfortunately, on windows, it looks like msvcrt.dll is silently translating
9
7
// 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
2
1
pub use self :: Level :: * ;
3
2
use rustc_ast:: node_id:: NodeId ;
4
3
use rustc_ast:: { AttrId , Attribute } ;
@@ -15,7 +14,6 @@ use rustc_span::edition::Edition;
15
14
use rustc_span:: symbol:: MacroRulesNormalizedIdent ;
16
15
use rustc_span:: { sym, symbol:: Ident , Span , Symbol } ;
17
16
use rustc_target:: spec:: abi:: Abi ;
18
- // tidy-alphabetical-end
19
17
20
18
use serde:: { Deserialize , Serialize } ;
21
19
You can’t perform that action at this time.
0 commit comments