mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Inline log format args (#7600)
This commit is contained in:
@@ -1064,7 +1064,7 @@ pub fn update_viewport_info(
|
||||
fn open_url_in_browser(_url: &str) {
|
||||
#[cfg(feature = "webbrowser")]
|
||||
if let Err(err) = webbrowser::open(_url) {
|
||||
log::warn!("Failed to open url: {}", err);
|
||||
log::warn!("Failed to open url: {err}");
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "webbrowser"))]
|
||||
|
||||
Reference in New Issue
Block a user