Skip to content

Commit d676fa6

Browse files
committed
Remove declaration of stable attributes
1 parent 9467185 commit d676fa6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

crates/coresimd/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
core_intrinsics,
2424
crate_in_paths,
2525
no_core,
26-
attr_literals,
2726
rustc_attrs,
2827
stdsimd,
2928
staged_api,
@@ -40,7 +39,6 @@
4039
#![cfg_attr(
4140
test,
4241
feature(
43-
use_extern_macros,
4442
test,
4543
abi_vectorcall,
4644
untagged_unions

crates/stdsimd-test/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! output once globally and then provides the `assert` function which makes
55
//! assertions about the disassembly of a function.
66
7-
#![feature(use_extern_macros)]
87
#![cfg_attr(
98
feature = "cargo-clippy",
109
allow(missing_docs_in_private_items, print_stdout)

0 commit comments

Comments
 (0)