Remove declaration of stable attributes

This commit is contained in:
Alex Crichton 2018-08-27 10:04:25 -07:00
parent 3daebfbc0b
commit bd9f2b6314
2 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@
core_intrinsics,
crate_in_paths,
no_core,
attr_literals,
rustc_attrs,
stdsimd,
staged_api,
@ -40,7 +39,6 @@
#![cfg_attr(
test,
feature(
use_extern_macros,
test,
abi_vectorcall,
untagged_unions

View file

@ -4,7 +4,6 @@
//! output once globally and then provides the `assert` function which makes
//! assertions about the disassembly of a function.
#![feature(use_extern_macros)]
#![cfg_attr(
feature = "cargo-clippy",
allow(missing_docs_in_private_items, print_stdout)