remove feature not required in later nightlies

This commit is contained in:
Corwin 2022-11-09 00:11:35 +00:00
parent f21dcc5c6f
commit b7a6158873

View file

@ -13,7 +13,6 @@
#![feature(alloc_error_handler)]
#![feature(allocator_api)]
#![feature(asm_const)]
#![feature(isa_attribute)]
#![warn(clippy::all)]
#![deny(clippy::must_use_candidate)]
#![deny(clippy::trivially_copy_pass_by_ref)]