Skip to content

Commit

Permalink
Remove unused instances of unstable feature attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 8, 2024
1 parent e16c63d commit 48d94ae
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions crates/private/support/sel4-simple-task/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
//

#![no_std]
#![feature(core_intrinsics)]
#![feature(lang_items)]
#![feature(linkage)]
#![feature(never_type)]
#![feature(thread_local)]
#![feature(unwrap_infallible)]
#![allow(internal_features)]

#[cfg(feature = "alloc")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//

#![feature(never_type)]
#![feature(unwrap_infallible)]

use std::borrow::Cow;
use std::env;
Expand Down
2 changes: 0 additions & 2 deletions crates/sel4-kernel-loader/add-payload/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//

#![feature(associated_type_bounds)]
#![feature(never_type)]
#![feature(unwrap_infallible)]

use std::fs::{self, File};

Expand Down
1 change: 0 additions & 1 deletion crates/sel4-runtime-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#![no_std]
#![feature(cfg_target_thread_local)]
#![feature(stmt_expr_attributes)]

#[cfg(feature = "start")]
mod start;
Expand Down

0 comments on commit 48d94ae

Please sign in to comment.