about summary refs log tree commit diff
path: root/tests/rustdoc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-26 14:46:04 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-27 11:30:57 +0200
commit6cccea8731c5f8540d65c2458a36655a4b8793f3 (patch)
treebffbd70b33ea2e9c78e0438c618bb8936159e0d9 /tests/rustdoc
parent9362ab549f87e535eeba12c5d42f584ff55ff886 (diff)
downloadrust-6cccea8731c5f8540d65c2458a36655a4b8793f3.tar.gz
rust-6cccea8731c5f8540d65c2458a36655a4b8793f3.zip
Remove `doc_auto_cfg` feature as well
Diffstat (limited to 'tests/rustdoc')
-rw-r--r--tests/rustdoc/doc-cfg/doc-cfg-implicit.rs2
-rw-r--r--tests/rustdoc/reexport/reexport-cfg.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/doc-cfg/doc-cfg-implicit.rs b/tests/rustdoc/doc-cfg/doc-cfg-implicit.rs
index 69b10867ee3..c092675ee5c 100644
--- a/tests/rustdoc/doc-cfg/doc-cfg-implicit.rs
+++ b/tests/rustdoc/doc-cfg/doc-cfg-implicit.rs
@@ -1,5 +1,5 @@
 #![crate_name = "funambulism"]
-#![feature(doc_auto_cfg, doc_cfg)]
+#![feature(doc_cfg)]
 
 //@ has 'funambulism/struct.Disorbed.html'
 //@ count   - '//*[@class="stab portability"]' 1
diff --git a/tests/rustdoc/reexport/reexport-cfg.rs b/tests/rustdoc/reexport/reexport-cfg.rs
index 73b66824316..b624e5acf50 100644
--- a/tests/rustdoc/reexport/reexport-cfg.rs
+++ b/tests/rustdoc/reexport/reexport-cfg.rs
@@ -2,7 +2,7 @@
 // include `cfg`s from the previous chained items.
 
 #![crate_name = "foo"]
-#![feature(doc_auto_cfg, doc_cfg)]
+#![feature(doc_cfg)]
 
 mod foo {
     #[cfg(not(feature = "foo"))]