Skip to content

Commit

Permalink
crates/sel4/sys: Remove unecessary #[feature(thread_local)]
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed May 7, 2024
1 parent 1860004 commit 6a15043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sel4/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//

#![no_std]
#![feature(thread_local)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
Expand Down

0 comments on commit 6a15043

Please sign in to comment.