Skip to content
Snippets Groups Projects
Commit 6803c2c3 authored by bjorn3's avatar bjorn3
Browse files

Remove a couple of unused feature gates

parent c1b28af5
No related branches found
No related tags found
1 merge request!230Reduce usage of unstable features
...@@ -50,10 +50,8 @@ ...@@ -50,10 +50,8 @@
#![feature(asm_const)] // TODO: Relax requirements of most asm invocations #![feature(asm_const)] // TODO: Relax requirements of most asm invocations
#![feature(concat_idents)] #![feature(concat_idents)]
#![feature(core_intrinsics)] #![feature(core_intrinsics)]
#![feature(integer_atomics)]
#![feature(int_roundings)] #![feature(int_roundings)]
#![feature(naked_functions)] #![feature(naked_functions)]
#![feature(ptr_internals)]
#![feature(slice_ptr_get, slice_ptr_len)] #![feature(slice_ptr_get, slice_ptr_len)]
#![feature(sync_unsafe_cell)] #![feature(sync_unsafe_cell)]
#![feature(thread_local)] #![feature(thread_local)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment