Skip to content

Commit

Permalink
Merge pull request #496 from rust-osdev/fix/nightyly-2024-08-15
Browse files Browse the repository at this point in the history
remove #![feature(asm_const)]
  • Loading branch information
Freax13 committed Aug 15, 2024
2 parents df502ff + 9dca072 commit 7b47163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#![cfg_attr(not(test), no_std)]
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))] // GDT::append()
#![cfg_attr(feature = "asm_const", feature(asm_const))]
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
#![cfg_attr(feature = "step_trait", feature(step_trait))]
#![cfg_attr(feature = "doc_auto_cfg", feature(doc_auto_cfg))]
Expand Down

0 comments on commit 7b47163

Please sign in to comment.