Remove asm from prelude, drop feature
asm has been stabilized in Rust 1.59.0. It is now available in
core::arch
and not the prelude.
Fixes compiling with the 2022-03-18 toolchain now used by Redox.
asm has been stabilized in Rust 1.59.0. It is now available in
core::arch
and not the prelude.
Fixes compiling with the 2022-03-18 toolchain now used by Redox.