mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/debug/printable.rs')
| -rw-r--r-- | lemu/src/debug/printable.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lemu/src/debug/printable.rs b/lemu/src/debug/printable.rs deleted file mode 100644 index 243da57..0000000 --- a/lemu/src/debug/printable.rs +++ /dev/null @@ -1,7 +0,0 @@ -use std::fmt::{Debug, Result, Write}; - -use super::info::DebugInfo; - -pub trait Printable: Debug { - fn print(&self, info: &DebugInfo<'_>, f: &mut impl Write) -> Result; -} |