From 790a3c83e446aad3259909f07ace6eb06b096d07 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Fri, 14 Nov 2025 21:00:49 +0000 Subject: [PATCH] fix --- tools/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/src/main.rs b/tools/src/main.rs index 1662325..ed39e56 100644 --- a/tools/src/main.rs +++ b/tools/src/main.rs @@ -8,6 +8,7 @@ use syn::{ spanned::Spanned, Attribute, FnArg, Item, ItemEnum, ItemFn, ItemImpl, ItemMod, ItemStruct, ItemTrait, Pat, Type, Visibility, }; +use quote::ToTokens #[derive(Serialize)] struct RustDecl {