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/this_program.rs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 mingling_core/src/markers/this_program.rs (limited to 'mingling_core/src/markers') diff --git a/mingling_core/src/markers/this_program.rs b/mingling_core/src/markers/this_program.rs deleted file mode 100644 index e8337f6..0000000 --- a/mingling_core/src/markers/this_program.rs +++ /dev/null @@ -1,2 +0,0 @@ -#[allow(dead_code)] -pub struct ThisProgram; -- cgit