Cleanup last uses of the stdsimd feature

This commit is contained in:
Amanieu d'Antras
2023-10-26 18:11:28 +01:00
parent 941d609570
commit b8ba57f310
11 changed files with 8 additions and 11 deletions

View File

@@ -20,6 +20,8 @@
#![cfg_attr(test, allow(unused_imports))]
#![no_std]
#![allow(internal_features)]
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
#![feature(stdsimd)]
#[cfg(test)]
#[macro_use]