Skip to content

Commit a162c2f

Browse files
committedApr 2, 2025
Fix to_string_in_format_args warning
1 parent a474b27 commit a162c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎objdiff-core/src/arch/ppc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ fn decode_exception_info(
449449
log::warn!(
450450
"Exception table decoding failed for function {}, reason: {}",
451451
extab_func_name,
452-
e.to_string()
452+
e
453453
);
454454
return Ok(None);
455455
}

0 commit comments

Comments
 (0)