We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9467185 commit d676fa6Copy full SHA for d676fa6
crates/coresimd/src/lib.rs
@@ -23,7 +23,6 @@
23
core_intrinsics,
24
crate_in_paths,
25
no_core,
26
- attr_literals,
27
rustc_attrs,
28
stdsimd,
29
staged_api,
@@ -40,7 +39,6 @@
40
39
#![cfg_attr(
41
test,
42
feature(
43
- use_extern_macros,
44
45
abi_vectorcall,
46
untagged_unions
crates/stdsimd-test/src/lib.rs
@@ -4,7 +4,6 @@
4
//! output once globally and then provides the `assert` function which makes
5
//! assertions about the disassembly of a function.
6
7
-#![feature(use_extern_macros)]
8
9
feature = "cargo-clippy",
10
allow(missing_docs_in_private_items, print_stdout)
0 commit comments