Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Dec 20, 2024
1 parent b009617 commit d6372b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typify-impl/src/type_entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d6372b8

Please sign in to comment.