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/main.rs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mingling_pathf/test/src/main.rs (limited to 'mingling_pathf/test/src/main.rs') diff --git a/mingling_pathf/test/src/main.rs b/mingling_pathf/test/src/main.rs deleted file mode 100644 index 7a66e93..0000000 --- a/mingling_pathf/test/src/main.rs +++ /dev/null @@ -1,13 +0,0 @@ -#![allow(unused)] - -pub mod directly_mod; - -pub mod has_sub_mod; - -mod has_sub_use; -pub use has_sub_use::*; - -mod use_all; -pub use use_all::*; - -fn main() {} -- cgit