Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Dec 15, 2023
1 parent 60e4117 commit e49429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/with_options_test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn generate_with_options_yaml_inner(path: &Path) -> String {
for field in struct_item.fields {
// Process each field
if let Some(field_name) = &field.ident {
if field_name.to_string() == "unknown_fields" {
if field_name == "unknown_fields" {
continue;
}

Expand Down

0 comments on commit e49429a

Please sign in to comment.