about summary refs log tree commit diff
path: root/tests/rustdoc-json/methods/abi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/methods/abi.rs')
-rw-r--r--tests/rustdoc-json/methods/abi.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rustdoc-json/methods/abi.rs b/tests/rustdoc-json/methods/abi.rs
index b8279298c1e..917e9e0790c 100644
--- a/tests/rustdoc-json/methods/abi.rs
+++ b/tests/rustdoc-json/methods/abi.rs
@@ -1,8 +1,6 @@
 // ignore-tidy-linelength
 
 #![feature(abi_vectorcall)]
-#![feature(no_core)]
-#![no_core]
 
 // @has "$.index[*][?(@.name=='Foo')]"
 pub struct Foo;