Browse Source

Fix compilation on newer nightly

Jeremy Soller 5 years ago
parent
commit
e3ce41da79
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

@@ -8,8 +8,6 @@
 #![feature(c_variadic)]
 #![feature(const_fn)]
 #![feature(const_raw_ptr_deref)]
-#![feature(const_str_as_bytes)]
-#![feature(const_vec_new)]
 #![feature(core_intrinsics)]
 #![feature(global_asm)]
 #![feature(lang_items)]