File tree 4 files changed +2
-2
lines changed
4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#![ feature( box_syntax) ]
5
5
#![ feature( drain_filter) ]
6
6
#![ feature( in_band_lifetimes) ]
7
+ #![ feature( once_cell) ]
7
8
#![ feature( or_patterns) ]
8
9
#![ feature( rustc_private) ]
9
10
#![ feature( stmt_expr_attributes) ]
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
pub mod author;
2
+ pub mod conf;
2
3
pub mod inspector;
3
4
#[ cfg( feature = "internal-lints" ) ]
4
5
pub mod internal_lints;
Original file line number Diff line number Diff line change 1
1
#![ feature( box_patterns) ]
2
2
#![ feature( in_band_lifetimes) ]
3
- #![ feature( once_cell) ]
4
3
#![ feature( or_patterns) ]
5
4
#![ feature( rustc_private) ]
6
5
#![ recursion_limit = "512" ]
@@ -32,7 +31,6 @@ pub mod ast_utils;
32
31
pub mod attrs;
33
32
pub mod camel_case;
34
33
pub mod comparisons;
35
- pub mod conf;
36
34
pub mod consts;
37
35
mod diagnostics;
38
36
pub mod eager_or_lazy;
You can’t perform that action at this time.
0 commit comments