Skip to content

Commit 479c93d

Browse files
authored
updating: very very minorly (#19827)
# Objective - fix thing missed during rust update ## Solution - fix thing missed during rust update ## Testing - cargo clippy
1 parent 3080040 commit 479c93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_diagnostic/src/system_information_diagnostics_plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pub mod internal {
236236
memory: format!("{:.1} GiB", sys.total_memory() as f64 * BYTES_TO_GIB),
237237
};
238238

239-
info!("{:?}", system_info);
239+
info!("{system_info:?}");
240240
system_info
241241
}
242242
}

0 commit comments

Comments
 (0)