We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f201 commit 2219b0eCopy full SHA for 2219b0e
crates/bevy_mod_scripting_display/src/impls/bevy_asset.rs
@@ -4,6 +4,6 @@ impl crate::DebugWithTypeInfo for bevy_asset::UntypedHandle {
4
f: &mut std::fmt::Formatter<'_>,
5
_type_info_provider: Option<&dyn crate::GetTypeInfo>,
6
) -> std::fmt::Result {
7
- write!(f, "{:?}", self)
+ write!(f, "{self:?}")
8
}
9
0 commit comments