From 1b67e1143f367d00e955c2780dbdefab463836e1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Apr 2026 15:13:38 +0800 Subject: Rename DefaultProgram to ThisProgram and remove ThisProgram marker --- mingling_core/src/markers.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'mingling_core/src/markers.rs') diff --git a/mingling_core/src/markers.rs b/mingling_core/src/markers.rs index 1c89ea8..d71434b 100644 --- a/mingling_core/src/markers.rs +++ b/mingling_core/src/markers.rs @@ -1,4 +1,2 @@ #[doc(hidden)] pub mod next_process; -#[doc(hidden)] -pub mod this_program; -- cgit