From 0d3534ac1075aab764b93be4013b7baf871eb6c0 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Fri, 14 Nov 2025 21:01:09 +0000 Subject: [PATCH] ; --- tools/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/main.rs b/tools/src/main.rs index ed39e56..3e4a9d4 100644 --- a/tools/src/main.rs +++ b/tools/src/main.rs @@ -1,4 +1,5 @@ // tools/src/main.rs +use quote::ToTokens; use regex::Regex; use serde::Serialize; use std::env; @@ -8,7 +9,6 @@ use syn::{ spanned::Spanned, Attribute, FnArg, Item, ItemEnum, ItemFn, ItemImpl, ItemMod, ItemStruct, ItemTrait, Pat, Type, Visibility, }; -use quote::ToTokens #[derive(Serialize)] struct RustDecl {