Browse Source

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

ticki 8 năm trước cách đây
mục cha
commit
8523d5df66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,