Skip to content

Commit 2219b0e

Browse files
authored
clippy
1 parent 6f4f201 commit 2219b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_display/src/impls/bevy_asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ impl crate::DebugWithTypeInfo for bevy_asset::UntypedHandle {
44
f: &mut std::fmt::Formatter<'_>,
55
_type_info_provider: Option<&dyn crate::GetTypeInfo>,
66
) -> std::fmt::Result {
7-
write!(f, "{:?}", self)
7+
write!(f, "{self:?}")
88
}
99
}

0 commit comments

Comments
 (0)