Skip to content

Commit

Permalink
Remove min_const_unsafe_fn since it is stable
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ding <dingelish@gmail.com>
  • Loading branch information
dingelish committed Jan 1, 2019
1 parent d04f520 commit a312811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/lib.rs
Expand Up @@ -304,8 +304,7 @@
#![feature(maybe_uninit)]
#![cfg_attr(all(target_vendor = "fortanix", target_env = "sgx"),
feature(global_asm, range_contains, slice_index_methods,
decl_macro, coerce_unsized, sgx_platform,
min_const_unsafe_fn))]
decl_macro, coerce_unsized, sgx_platform))]

#![default_lib_allocator]

Expand Down

0 comments on commit a312811

Please sign in to comment.