rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

remove #![feature(asm_const)] #496

Closed Freax13 closed 3 months ago

Freax13 commented 3 months ago

This feature will be stable as of Rust 1.80 and so enabling it explicitly throws a warning. This PR fixes builds on the latest nightly version.