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 {