Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Jan 21, 2025
1 parent 9a4c702 commit eef5faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-macros/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ pub(crate) fn extract_cfg_attrs(
if attr_name == "cfg_attr" && attr.value.to_token_stream().to_string().contains("cfg(") {
return true;
}
return false;
false
})
}

Expand Down

0 comments on commit eef5faf

Please sign in to comment.