We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df502ff + 9dca072 commit 7b47163Copy full SHA for 7b47163
src/lib.rs
@@ -3,7 +3,6 @@
3
4
#![cfg_attr(not(test), no_std)]
5
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))] // GDT::append()
6
-#![cfg_attr(feature = "asm_const", feature(asm_const))]
7
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
8
#![cfg_attr(feature = "step_trait", feature(step_trait))]
9
#![cfg_attr(feature = "doc_auto_cfg", feature(doc_auto_cfg))]
0 commit comments