From 056fa481782a927e55d3eb43c4c3593b7c8c6ddf Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 4 Jan 2024 21:40:57 +0000 Subject: [PATCH] Allow unused feature in std_detect --- crates/std_detect/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/std_detect/src/lib.rs b/crates/std_detect/src/lib.rs index 8ff600c8df..4d22fec701 100644 --- a/crates/std_detect/src/lib.rs +++ b/crates/std_detect/src/lib.rs @@ -22,7 +22,7 @@ #![allow(internal_features)] // Temporary hack: needed to build against toolchains from before the mass feature renaming. // Remove this as soon as the stdarch submodule is updated on nightly. -#![allow(stable_features)] +#![allow(stable_features, unused_features)] #![feature(stdsimd)] #![cfg_attr( all(