File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
test( attr( allow( dead_code, deprecated, unused_variables, unused_mut) ) )
62
62
) ]
63
63
#![ no_core]
64
-
64
+ //
65
65
// Lints:
66
66
#![ deny( rust_2021_incompatible_or_patterns) ]
67
67
#![ deny( unsafe_op_in_unsafe_fn) ]
68
68
#![ warn( deprecated_in_future) ]
69
69
#![ warn( missing_debug_implementations) ]
70
70
#![ warn( missing_docs) ]
71
71
#![ allow( explicit_outlives_requirements) ]
72
-
72
+ //
73
73
// Library features for const fns:
74
74
#![ feature( const_align_of_val) ]
75
75
#![ feature( const_alloc_layout) ]
106
106
#![ feature( ptr_metadata) ]
107
107
#![ feature( slice_ptr_get) ]
108
108
#![ feature( variant_count) ]
109
-
109
+ //
110
110
// Language features:
111
111
#![ feature( abi_unadjusted) ]
112
112
#![ feature( allow_internal_unstable) ]
155
155
#![ feature( try_blocks) ]
156
156
#![ feature( unboxed_closures) ]
157
157
#![ feature( unsized_fn_params) ]
158
-
158
+ //
159
159
// Target features:
160
160
#![ feature( aarch64_target_feature) ]
161
161
#![ feature( adx_target_feature) ]
You can’t perform that action at this time.
0 commit comments