This commit is contained in:
2025-11-14 21:01:09 +00:00
parent 790a3c83e4
commit 0d3534ac10
+1 -1
View File
@@ -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 {