From 5ffee1c0c63b395768ef9d6ebb0d57cfd6285094 Mon Sep 17 00:00:00 2001 From: Dariusz Sosnowski Date: Sun, 11 Jul 2021 23:03:36 +0200 Subject: [PATCH] rust: Removes alloc_error_handler feature Signed-off-by: Dariusz Sosnowski --- rust/kernel/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs index 86c580fd7f68e8..de910b00706e55 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -14,7 +14,6 @@ #![no_std] #![feature( allocator_api, - alloc_error_handler, associated_type_defaults, const_fn_trait_bound, const_mut_refs,