aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/markers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/markers.rs')
-rw-r--r--mingling_core/src/markers.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mingling_core/src/markers.rs b/mingling_core/src/markers.rs
index 151a0d4..1c89ea8 100644
--- a/mingling_core/src/markers.rs
+++ b/mingling_core/src/markers.rs
@@ -1,2 +1,4 @@
#[doc(hidden)]
-pub mod group_process;
+pub mod next_process;
+#[doc(hidden)]
+pub mod this_program;