mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
more
This commit is contained in:
parent
8155539d45
commit
4c6911e1d2
1 changed files with 0 additions and 7 deletions
|
|
@ -29,13 +29,6 @@ pub struct TileDb {
|
||||||
unknown_bg: tiles::TileDef,
|
unknown_bg: tiles::TileDef,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub trait Inspect {
|
|
||||||
fn inspect_mut(&mut self) {
|
|
||||||
loop {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
impl Inspect for () {}
|
|
||||||
|
|
||||||
impl std::fmt::Debug for TileDb {
|
impl std::fmt::Debug for TileDb {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
loop {}
|
loop {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue