mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
more
This commit is contained in:
parent
be697d186b
commit
776ba3b88b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ pub fn derive_inspect(input: TokenStream) -> TokenStream {
|
|||
let expanded = quote! {
|
||||
impl Inspect for GameState {
|
||||
fn inspect_mut(&mut self) {
|
||||
output_mut(|o| o.copied_text = format!(""));
|
||||
output_mut(|o| o.copied_text = "".into());
|
||||
output_mut(|o| o.copied_text = format!("{:?}", self.tile_db));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue