From ae91bf2f6412edee65660085811248e0127fa97b Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 27 Apr 2026 11:09:35 +0800 Subject: Remove `marker::NextProcess` and generate it via `gen_program!` --- mingling_core/src/markers.rs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 mingling_core/src/markers.rs (limited to 'mingling_core/src/markers.rs') diff --git a/mingling_core/src/markers.rs b/mingling_core/src/markers.rs deleted file mode 100644 index d71434b..0000000 --- a/mingling_core/src/markers.rs +++ /dev/null @@ -1,2 +0,0 @@ -#[doc(hidden)] -pub mod next_process; -- cgit