Skip to content

Commit 33aad26

Browse files
committed
tidy
1 parent a2902ed commit 33aad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
#![feature(ptr_internals)]
135135
#![feature(ptr_metadata)]
136136
#![feature(ptr_sub_ptr)]
137-
#![feature(string_replace_in_place)]
138137
#![feature(set_ptr_value)]
139138
#![feature(sized_type_properties)]
140139
#![feature(slice_from_ptr_range)]
@@ -144,6 +143,7 @@
144143
#![feature(slice_range)]
145144
#![feature(std_internals)]
146145
#![feature(str_internals)]
146+
#![feature(string_replace_in_place)]
147147
#![feature(trusted_fused)]
148148
#![feature(trusted_len)]
149149
#![feature(trusted_random_access)]

0 commit comments

Comments
 (0)