diff --git a/pvmfw/src/main.rs b/pvmfw/src/main.rs index 577ad6ed..00ff61fc 100644 --- a/pvmfw/src/main.rs +++ b/pvmfw/src/main.rs @@ -16,7 +16,6 @@ #![no_main] #![no_std] -#![feature(default_alloc_error_handler)] extern crate alloc; diff --git a/rialto/src/main.rs b/rialto/src/main.rs index 3b730f4f..59ee0b67 100644 --- a/rialto/src/main.rs +++ b/rialto/src/main.rs @@ -16,7 +16,6 @@ #![no_main] #![no_std] -#![feature(default_alloc_error_handler)] mod exceptions; diff --git a/vmbase/example/src/main.rs b/vmbase/example/src/main.rs index 3b0e9db1..9ec2dc46 100644 --- a/vmbase/example/src/main.rs +++ b/vmbase/example/src/main.rs @@ -16,7 +16,6 @@ #![no_main] #![no_std] -#![feature(default_alloc_error_handler)] mod exceptions; mod layout;