Skip to content

Commit

Permalink
fix: disable unused core_intrinsics feature
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Klimt <jonathan.klimt@eonerc.rwth-aachen.de>
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening and jounathaen committed Feb 21, 2024
1 parent bf1666a commit 5e03665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#![allow(dead_code)]
#![allow(stable_features)]
#![feature(asm_const, core_intrinsics)]
#![feature(asm_const)]
#![no_std]

pub mod instructions;
Expand Down

0 comments on commit 5e03665

Please sign in to comment.