From be71d8b24f1aebe9c45279d95a76db8fa6a62574 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 5 May 2025 16:42:18 +0200 Subject: [PATCH] Created `tests/rustdoc/doc-cfg` subfolder to limit number of files at the top level --- tests/rustdoc/{ => doc-cfg}/doc-cfg-hide.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-implicit-gate.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-implicit.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-inherit-from-module-79201.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-simplification.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-target-feature.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg-traits.rs | 0 tests/rustdoc/{ => doc-cfg}/doc-cfg.rs | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-hide.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-implicit-gate.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-implicit.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-inherit-from-module-79201.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-simplification.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-target-feature.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg-traits.rs (100%) rename tests/rustdoc/{ => doc-cfg}/doc-cfg.rs (100%) diff --git a/tests/rustdoc/doc-cfg-hide.rs b/tests/rustdoc/doc-cfg/doc-cfg-hide.rs similarity index 100% rename from tests/rustdoc/doc-cfg-hide.rs rename to tests/rustdoc/doc-cfg/doc-cfg-hide.rs diff --git a/tests/rustdoc/doc-cfg-implicit-gate.rs b/tests/rustdoc/doc-cfg/doc-cfg-implicit-gate.rs similarity index 100% rename from tests/rustdoc/doc-cfg-implicit-gate.rs rename to tests/rustdoc/doc-cfg/doc-cfg-implicit-gate.rs diff --git a/tests/rustdoc/doc-cfg-implicit.rs b/tests/rustdoc/doc-cfg/doc-cfg-implicit.rs similarity index 100% rename from tests/rustdoc/doc-cfg-implicit.rs rename to tests/rustdoc/doc-cfg/doc-cfg-implicit.rs diff --git a/tests/rustdoc/doc-cfg-inherit-from-module-79201.rs b/tests/rustdoc/doc-cfg/doc-cfg-inherit-from-module-79201.rs similarity index 100% rename from tests/rustdoc/doc-cfg-inherit-from-module-79201.rs rename to tests/rustdoc/doc-cfg/doc-cfg-inherit-from-module-79201.rs diff --git a/tests/rustdoc/doc-cfg-simplification.rs b/tests/rustdoc/doc-cfg/doc-cfg-simplification.rs similarity index 100% rename from tests/rustdoc/doc-cfg-simplification.rs rename to tests/rustdoc/doc-cfg/doc-cfg-simplification.rs diff --git a/tests/rustdoc/doc-cfg-target-feature.rs b/tests/rustdoc/doc-cfg/doc-cfg-target-feature.rs similarity index 100% rename from tests/rustdoc/doc-cfg-target-feature.rs rename to tests/rustdoc/doc-cfg/doc-cfg-target-feature.rs diff --git a/tests/rustdoc/doc-cfg-traits.rs b/tests/rustdoc/doc-cfg/doc-cfg-traits.rs similarity index 100% rename from tests/rustdoc/doc-cfg-traits.rs rename to tests/rustdoc/doc-cfg/doc-cfg-traits.rs diff --git a/tests/rustdoc/doc-cfg.rs b/tests/rustdoc/doc-cfg/doc-cfg.rs similarity index 100% rename from tests/rustdoc/doc-cfg.rs rename to tests/rustdoc/doc-cfg/doc-cfg.rs