From d6372b879417743fecd3bba25cbeed28ddc03414 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Fri, 20 Dec 2024 13:50:51 -0800 Subject: [PATCH] typo --- typify-impl/src/type_entry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typify-impl/src/type_entry.rs b/typify-impl/src/type_entry.rs index 1ecaa475..b4f53a34 100644 --- a/typify-impl/src/type_entry.rs +++ b/typify-impl/src/type_entry.rs @@ -1149,7 +1149,7 @@ impl TypeEntry { ); // If there are no properties, all of this is kind of pointless, - // but at least lets avoid the lint warning. + // but at least this lets us avoid the lint warning. let value_ident = if prop_name.is_empty() { quote! { _value } } else {