Use double underscores for consistency

This commit is contained in:
2025-06-24 10:36:26 +10:00
parent a9a067f5a9
commit 91e1f33b6c
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ impl Visitor {
}
};
let tmp = format_ident!("_{ident}");
let tmp = format_ident!("__{ident}");
let span = cast.span();
*expr = match ty {
LuaType::Any => parse_quote_spanned!(span => {}),