asm_const is no longer nightly (#751)

- [x] no changelog update needed
This commit is contained in:
Gwilym Inzani 2024-08-17 08:46:52 +01:00 committed by GitHub
commit 79f93fe2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@
reexport_test_harness_main = "test_main"
)]
#![feature(allocator_api)]
#![feature(asm_const)]
#![warn(clippy::all)]
#![allow(clippy::needless_pass_by_ref_mut)]
#![deny(clippy::must_use_candidate)]