summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-json/glob_import.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/glob_import.rs')
-rw-r--r--tests/rustdoc-json/glob_import.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/rustdoc-json/glob_import.rs b/tests/rustdoc-json/glob_import.rs
index f37ce0abb..7de1ed78f 100644
--- a/tests/rustdoc-json/glob_import.rs
+++ b/tests/rustdoc-json/glob_import.rs
@@ -1,13 +1,10 @@
// This is a regression test for <https://github.com/rust-lang/rust/issues/98003>.
-#![feature(no_core)]
#![no_std]
-#![no_core]
// @has "$.index[*][?(@.name=='glob')]"
// @has "$.index[*][?(@.inner.import)].inner.import.name" \"*\"
-
mod m1 {
pub fn f() {}
}