about summary refs log tree commit diff
path: root/tests/rustdoc-json/methods
diff options
context:
space:
mode:
authorAlona Enraght-Moony <code@alona.page>2023-11-07 16:36:55 +0000
committerAlona Enraght-Moony <code@alona.page>2023-11-07 16:36:55 +0000
commitf784fa7bd980916c235f5bd9bdbcf9389ea261f4 (patch)
treef892a79f309b79db1bedf09c00186f4b0953c485 /tests/rustdoc-json/methods
parent187d1afa9dc17d06e65f5e817e2bd1d9ae33830a (diff)
downloadrust-f784fa7bd980916c235f5bd9bdbcf9389ea261f4.tar.gz
rust-f784fa7bd980916c235f5bd9bdbcf9389ea261f4.zip
tests/rustdoc-json: Remove some needless uses of `#![no_core]`.
Done by removing all uses of `#![no_core]`, and the reverting the ones
that failed. More involved ones are in a later commit.
Diffstat (limited to 'tests/rustdoc-json/methods')
-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;