mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 08:57:25 +00:00
clippy & deny fixes
This commit is contained in:
@@ -384,7 +384,7 @@ fn object_context_ui(ui: &mut egui::Ui, object: &ObjectConfig) {
|
||||
.clicked()
|
||||
{
|
||||
log::info!("Opening file {}", source_path);
|
||||
if let Err(e) = open::that_detached(&source_path) {
|
||||
if let Err(e) = open::that_detached(source_path) {
|
||||
log::error!("Failed to open source file: {e}");
|
||||
}
|
||||
ui.close_menu();
|
||||
|
||||
Reference in New Issue
Block a user