Skip to content

Commit a312811

Browse files
committed
Remove min_const_unsafe_fn since it is stable
Signed-off-by: Yu Ding <[email protected]>
1 parent d04f520 commit a312811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@
304304
#![feature(maybe_uninit)]
305305
#![cfg_attr(all(target_vendor = "fortanix", target_env = "sgx"),
306306
feature(global_asm, range_contains, slice_index_methods,
307-
decl_macro, coerce_unsized, sgx_platform,
308-
min_const_unsafe_fn))]
307+
decl_macro, coerce_unsized, sgx_platform))]
309308

310309
#![default_lib_allocator]
311310

0 commit comments

Comments
 (0)