Skip to content

Commit

Permalink
Allow unused feature in std_detect
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jan 4, 2024
1 parent f0a4b09 commit 056fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/std_detect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 056fa48

Please sign in to comment.