diff options
Diffstat (limited to 'mingling_core/src/markers')
| -rw-r--r-- | mingling_core/src/markers/group_process.rs | 2 | ||||
| -rw-r--r-- | mingling_core/src/markers/next_process.rs | 2 | ||||
| -rw-r--r-- | mingling_core/src/markers/this_program.rs | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/mingling_core/src/markers/group_process.rs b/mingling_core/src/markers/group_process.rs deleted file mode 100644 index c9176f4..0000000 --- a/mingling_core/src/markers/group_process.rs +++ /dev/null @@ -1,2 +0,0 @@ -#[allow(dead_code)] -pub struct GroupProcess; diff --git a/mingling_core/src/markers/next_process.rs b/mingling_core/src/markers/next_process.rs new file mode 100644 index 0000000..9169900 --- /dev/null +++ b/mingling_core/src/markers/next_process.rs @@ -0,0 +1,2 @@ +#[allow(dead_code)] +pub struct NextProcess; diff --git a/mingling_core/src/markers/this_program.rs b/mingling_core/src/markers/this_program.rs new file mode 100644 index 0000000..e8337f6 --- /dev/null +++ b/mingling_core/src/markers/this_program.rs @@ -0,0 +1,2 @@ +#[allow(dead_code)] +pub struct ThisProgram; |
