Skip to content

Commit 37d4753

Browse files
committed
fixup feature position in liballoc
1 parent a91a9ee commit 37d4753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
#![feature(slice_ptr_len)]
128128
#![feature(slice_range)]
129129
#![feature(str_internals)]
130+
#![feature(strict_provenance)]
130131
#![feature(trusted_len)]
131132
#![feature(trusted_random_access)]
132133
#![feature(try_trait_v2)]
@@ -158,7 +159,6 @@
158159
#![feature(rustc_allow_const_fn_unstable)]
159160
#![feature(rustc_attrs)]
160161
#![feature(staged_api)]
161-
#![feature(strict_provenance)]
162162
#![cfg_attr(test, feature(test))]
163163
#![feature(unboxed_closures)]
164164
#![feature(unsized_fn_params)]

0 commit comments

Comments
 (0)