remove feature not required in later nightlies (#346)

This will require a very recent nightly as the minimum supported
compiler version

- [ ] Changelog updated / no changelog update needed
This commit is contained in:
Corwin 2022-11-15 22:35:33 +00:00 committed by GitHub
commit b13693b1f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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