Skip to content

Commit

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

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

use core::fmt;
Expand Down

0 comments on commit b7e149b

Please sign in to comment.