mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/data/schematic.rs')
| -rw-r--r-- | src/data/schematic.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/data/schematic.rs b/src/data/schematic.rs index 31888c2..7ad2a67 100644 --- a/src/data/schematic.rs +++ b/src/data/schematic.rs @@ -61,9 +61,6 @@ impl<'l> Placement<'l> { } /// draws this placement in particular - /// - /// # Safety - /// UB if called before [`warmup`](crate::warmup) #[must_use] pub fn image( &self, |