File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
#![ no_std]
15
15
#![ feature( allocator_api) ]
16
16
#![ feature( associated_type_defaults) ]
17
+ #![ feature( coerce_unsized) ]
17
18
#![ feature( const_mut_refs) ]
18
19
#![ feature( const_ptr_offset_from) ]
19
20
#![ feature( const_refs_to_cell) ]
20
21
#![ feature( const_trait_impl) ]
21
22
#![ feature( core_ffi_c) ]
22
23
#![ feature( c_size_t) ]
24
+ #![ feature( dispatch_from_dyn) ]
23
25
#![ feature( doc_cfg) ]
26
+ #![ feature( duration_constants) ]
24
27
#![ feature( generic_associated_types) ]
25
28
#![ feature( ptr_metadata) ]
26
29
#![ feature( receiver_trait) ]
27
- #![ feature( coerce_unsized) ]
28
- #![ feature( dispatch_from_dyn) ]
29
30
#![ feature( unsize) ]
30
- #![ feature( duration_constants) ]
31
31
32
32
// Ensure conditional compilation based on the kernel configuration works;
33
33
// otherwise we may silently break things like initcall handling.
You can’t perform that action at this time.
0 commit comments