Skip to content

Commit 7b47163

Browse files
authored
Merge pull request #496 from rust-osdev/fix/nightyly-2024-08-15
remove #![feature(asm_const)]
2 parents df502ff + 9dca072 commit 7b47163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
#![cfg_attr(not(test), no_std)]
55
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))] // GDT::append()
6-
#![cfg_attr(feature = "asm_const", feature(asm_const))]
76
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
87
#![cfg_attr(feature = "step_trait", feature(step_trait))]
98
#![cfg_attr(feature = "doc_auto_cfg", feature(doc_auto_cfg))]

0 commit comments

Comments
 (0)