Skip to content

Commit df06379

Browse files
authored
clippy
1 parent 2219b0e commit df06379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_bindings/src/reference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ impl DisplayWithTypeInfo for ReflectBase {
794794
}
795795
ReflectBase::Asset(handle, assets_resource_id) => {
796796
f.write_str("asset with handle: ")?;
797-
write!(f, "{:?}", handle)?;
797+
write!(f, "{handle:?}")?;
798798
f.write_str(", in Assets resource: ")?;
799799
WithTypeInfo::new_with_opt_info(assets_resource_id, type_info_provider)
800800
.display_with_type_info(f, type_info_provider)

0 commit comments

Comments
 (0)