Skip to content

Commit 39a8442

Browse files
committed
Put back std #![feature]s that were not unused.
1 parent e4248fe commit 39a8442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
#![feature(portable_simd)]
280280
#![feature(ptr_as_uninit)]
281281
#![feature(raw_os_nonzero)]
282+
#![feature(slice_internals)]
282283
#![feature(slice_ptr_get)]
283284
#![feature(std_internals)]
284285
#![feature(str_internals)]
@@ -327,6 +328,7 @@
327328
#![feature(const_ip)]
328329
#![feature(const_ipv4)]
329330
#![feature(const_ipv6)]
331+
#![feature(const_option)]
330332
#![feature(const_socketaddr)]
331333
#![feature(thread_local_internals)]
332334
//

0 commit comments

Comments
 (0)