Selaa lähdekoodia

Merge branch 'master' of github.com:redox-os/ralloc

ticki 8 vuotta sitten
vanhempi
commit
8523d5df66
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -16,7 +16,7 @@
 #![no_std]
 
 #![feature(allocator, const_fn, core_intrinsics, stmt_expr_attributes, drop_types_in_const,
-           nonzero, optin_builtin_traits, type_ascription, question_mark, thread_local, linkage,
+           nonzero, optin_builtin_traits, type_ascription, thread_local, linkage,
            try_from)]
 #![warn(missing_docs, cast_precision_loss, cast_sign_loss, cast_possible_wrap,
         cast_possible_truncation, filter_map, if_not_else, items_after_statements,