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,