about summary refs log tree commit diff
path: root/tests/rustdoc-json/stripped_modules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/stripped_modules.rs')
-rw-r--r--tests/rustdoc-json/stripped_modules.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/rustdoc-json/stripped_modules.rs b/tests/rustdoc-json/stripped_modules.rs
index d2664b49e9c..d5ab1173d92 100644
--- a/tests/rustdoc-json/stripped_modules.rs
+++ b/tests/rustdoc-json/stripped_modules.rs
@@ -1,6 +1,3 @@
-#![no_core]
-#![feature(no_core)]
-
 // @!has "$.index[*][?(@.name=='no_pub_inner')]"
 mod no_pub_inner {
     fn priv_inner() {}