File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 35
35
#![ cfg_attr( feature = "unstable" , feature( core_intrinsics) ) ]
36
36
#![ cfg_attr( feature = "unstable" , feature( slice_range) ) ]
37
37
#![ cfg_attr( feature = "unstable" , feature( slice_ptr_get) ) ]
38
- #![ cfg_attr( feature = "unstable" , feature( slice_ptr_len) ) ]
39
- #![ cfg_attr( feature = "very_unstable" , feature( const_slice_ptr_len) ) ]
40
38
#![ cfg_attr( feature = "very_unstable" , feature( const_trait_impl) ) ]
41
- #![ cfg_attr( feature = "very_unstable" , feature( const_mut_refs) ) ]
42
- #![ cfg_attr( feature = "very_unstable" , feature( inline_const) ) ]
43
39
#![ cfg_attr( feature = "very_unstable" , feature( unboxed_closures) ) ]
44
40
#![ cfg_attr( feature = "very_unstable" , feature( fn_traits) ) ]
45
- #![ cfg_attr( all( feature = "unstable" , test) , feature( slice_as_chunks) ) ]
46
41
#![ warn( missing_docs) ]
47
42
#![ deny( unsafe_op_in_unsafe_fn) ]
48
43
You can’t perform that action at this time.
0 commit comments