From 1d442af994e3f8f0a2271d596e59e167d315cf21 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 8 Mar 2023 14:17:16 +0100 Subject: [PATCH] move clippy tests back to their intended directory --- .../tests}/ui-toml/array_size_threshold/array_size_threshold.rs | 0 .../ui-toml/array_size_threshold/array_size_threshold.stderr | 0 .../tools/clippy/tests}/ui-toml/array_size_threshold/clippy.toml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {tests => src/tools/clippy/tests}/ui-toml/array_size_threshold/array_size_threshold.rs (100%) rename {tests => src/tools/clippy/tests}/ui-toml/array_size_threshold/array_size_threshold.stderr (100%) rename {tests => src/tools/clippy/tests}/ui-toml/array_size_threshold/clippy.toml (100%) diff --git a/tests/ui-toml/array_size_threshold/array_size_threshold.rs b/src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.rs similarity index 100% rename from tests/ui-toml/array_size_threshold/array_size_threshold.rs rename to src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.rs diff --git a/tests/ui-toml/array_size_threshold/array_size_threshold.stderr b/src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.stderr similarity index 100% rename from tests/ui-toml/array_size_threshold/array_size_threshold.stderr rename to src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.stderr diff --git a/tests/ui-toml/array_size_threshold/clippy.toml b/src/tools/clippy/tests/ui-toml/array_size_threshold/clippy.toml similarity index 100% rename from tests/ui-toml/array_size_threshold/clippy.toml rename to src/tools/clippy/tests/ui-toml/array_size_threshold/clippy.toml