mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Inline log format args (#7600)
This commit is contained in:
@@ -89,7 +89,7 @@ impl EguiGlow {
|
||||
&mut actions_requested,
|
||||
);
|
||||
for action in actions_requested {
|
||||
log::warn!("{:?} not yet supported by EguiGlow", action);
|
||||
log::warn!("{action:?} not yet supported by EguiGlow");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user