Skip to content

Commit eef5faf

Browse files
committed
clippy
1 parent 9a4c702 commit eef5faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-macros/src/util/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub(crate) fn extract_cfg_attrs(
254254
if attr_name == "cfg_attr" && attr.value.to_token_stream().to_string().contains("cfg(") {
255255
return true;
256256
}
257-
return false;
257+
false
258258
})
259259
}
260260

0 commit comments

Comments
 (0)