Skip to content

Commit a162c2f

Browse files
committed
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

objdiff-core/src/arch/ppc.rs

Lines changed: 1 addition & 1 deletion
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)