mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-21 21:22:44 +00:00
Fix util::atom failing to build in release mode
This commit is contained in:
parent
b2b8406192
commit
1b55f85575
|
@ -143,8 +143,10 @@ impl Debug for AtomStore {
|
||||||
dbg.entry(&i, &AtomPrintList(atom));
|
dbg.entry(&i, &AtomPrintList(atom));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dbg.finish()
|
dbg.finish()?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue