From da5e1a21fce9a303767af4a6d3cab8f0d66e5c87 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 06:02:37 +0800 Subject: test: move test fixtures into `test_proj` subdirectory --- mingling_pathf/test/src/has_sub_use.rs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 mingling_pathf/test/src/has_sub_use.rs (limited to 'mingling_pathf/test/src/has_sub_use.rs') diff --git a/mingling_pathf/test/src/has_sub_use.rs b/mingling_pathf/test/src/has_sub_use.rs deleted file mode 100644 index c645034..0000000 --- a/mingling_pathf/test/src/has_sub_use.rs +++ /dev/null @@ -1,4 +0,0 @@ -mod sub_use; -pub use sub_use::*; - -pub mod sub_mod; -- cgit