Add missing feature to field crate. (#818)

This commit is contained in:
Hamish Ivey-Law 2022-11-18 15:00:58 +11:00 committed by GitHub
parent 7691758084
commit 2501386004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#![allow(clippy::needless_range_loop)]
#![allow(clippy::return_self_not_must_use)]
#![feature(generic_const_exprs)]
#![feature(stdsimd)]
#![feature(specialization)]
#![cfg_attr(not(test), no_std)]