summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-json/type/inherent_associated_type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/type/inherent_associated_type.rs')
-rw-r--r--tests/rustdoc-json/type/inherent_associated_type.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rustdoc-json/type/inherent_associated_type.rs b/tests/rustdoc-json/type/inherent_associated_type.rs
index 64c6c53ce..f86031479 100644
--- a/tests/rustdoc-json/type/inherent_associated_type.rs
+++ b/tests/rustdoc-json/type/inherent_associated_type.rs
@@ -1,8 +1,6 @@
// ignore-tidy-linelength
#![feature(inherent_associated_types)]
-#![feature(no_core)]
#![allow(incomplete_features)]
-#![no_core]
// @set OwnerMetadata = '$.index[*][?(@.name=="OwnerMetadata")].id'
pub struct OwnerMetadata;