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
d32839a469
commit
556590a486
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ use quote::quote;
|
|||
pub fn expand(_: TokenStream) -> TokenStream {
|
||||
quote! {
|
||||
output_mut(|o| o.copied_text = "".into());
|
||||
output_mut(|o| o.copied_text = format!("{:?}", self.tile_db));
|
||||
}
|
||||
.into()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue