aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/markers.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-09 15:13:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-09 15:13:38 +0800
commit1b67e1143f367d00e955c2780dbdefab463836e1 (patch)
tree41b93757bba91e2e0eb112d9b5bdb3dfbb3c4c36 /mingling_core/src/markers.rs
parent4764c3c818e3da16a3cba3b9877d9beb635e4237 (diff)
Rename DefaultProgram to ThisProgram and remove ThisProgram marker
Diffstat (limited to 'mingling_core/src/markers.rs')
-rw-r--r--mingling_core/src/markers.rs2
1 files changed, 0 insertions, 2 deletions
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;