summaryrefslogtreecommitdiffstats
path: root/rust/kernel/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/src/lib.rs')
-rw-r--r--rust/kernel/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/src/lib.rs b/rust/kernel/src/lib.rs
index 18d553c094ff..b545e5284972 100644
--- a/rust/kernel/src/lib.rs
+++ b/rust/kernel/src/lib.rs
@@ -3,7 +3,7 @@
//! The `kernel` crate
#![no_std]
-#![feature(allocator_api, alloc_error_handler, const_raw_ptr_deref)]
+#![feature(allocator_api, alloc_error_handler)]
extern crate alloc;