diff options
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/src/lib.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/markers.rs | 2 | ||||
| -rw-r--r-- | mingling_core/src/markers/this_program.rs | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 072f50e..7801d34 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -42,7 +42,6 @@ pub use crate::renderer::render_result::*; /// All marker types of `Mingling` that serve no practical purpose pub mod marker { pub use crate::markers::next_process::*; - pub use crate::markers::this_program::*; } /// `Mingling`'s Program initialization system 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; 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; |
