mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-20 10:25:26 +00:00
clippy fixes & version bump
This commit is contained in:
@@ -157,7 +157,7 @@ pub fn graphics_window(
|
||||
state.should_relaunch = true;
|
||||
}
|
||||
Err(e) => {
|
||||
log::error!("Failed to save graphics config: {:?}", e);
|
||||
log::error!("Failed to save graphics config: {e:?}");
|
||||
state.graphics_config.desired_backend = prev_backend;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user