Browse Source

Merge branch 'master' into 'master'

Remove stable feature declarations

Closes #61

See merge request redox-os/ralloc!66
Jeremy Soller 5 years ago
parent
commit
9ee254a76b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib.rs

+ 1 - 2
src/lib.rs

@@ -14,8 +14,7 @@
 #![no_std]
 #![feature(
     allocator_api, const_fn, core_intrinsics, stmt_expr_attributes, optin_builtin_traits,
-    type_ascription, thread_local, linkage, try_from, const_unsafe_cell_new, const_atomic_bool_new,
-    const_nonzero_new, const_atomic_ptr_new
+    type_ascription, thread_local, linkage
 )]
 #![warn(missing_docs)]