Skip to content

Commit 85cd195

Browse files
committed
std: remove unused features rustc warns about
1 parent 3cce05f commit 85cd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spirv-std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![cfg_attr(
33
target_arch = "spirv",
44
allow(internal_features),
5-
feature(asm_experimental_arch, core_intrinsics, lang_items, repr_simd)
5+
feature(asm_experimental_arch, lang_items)
66
)]
77
// FIXME(eddyb) update/review these lints.
88
//

0 commit comments

Comments
 (0)