Skip to content

Commit 57d8d44

Browse files
committed
Fix warnings
1 parent 028c247 commit 57d8d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/std_detect/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#![no_std]
2222
#![allow(internal_features)]
2323
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
24+
// Remove this as soon as the stdarch submodule is updated on nightly.
25+
#![allow(stable_features)]
2426
#![feature(stdsimd)]
2527

2628
#[cfg(test)]

0 commit comments

Comments
 (0)