From ee7cba690582b9c47e8c856bf0bd331eedda7908 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 04:11:58 +0800 Subject: Remove old vcs directory after migration to vcs_data - Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture --- crates/vcs/vcs_test/lib.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 crates/vcs/vcs_test/lib.rs (limited to 'crates/vcs/vcs_test/lib.rs') diff --git a/crates/vcs/vcs_test/lib.rs b/crates/vcs/vcs_test/lib.rs deleted file mode 100644 index 5b65941..0000000 --- a/crates/vcs/vcs_test/lib.rs +++ /dev/null @@ -1,11 +0,0 @@ -use vcs_service::{action::Action, action_pool::ActionPool}; - -use crate::actions::test::FindMemberInServer; - -pub mod constants; -pub mod current; - -#[allow(dead_code)] -pub mod data; - -pub mod actions; -- cgit