Skip to content

Commit 593ccf4

Browse files
committed
Fix clippy warning
1 parent 504d8bc commit 593ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-gui/src/views/function_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn ins_hover_ui(
8080
format!("Size: {:x}", reloc.target.size),
8181
);
8282
if let Some(s) = arch
83-
.guess_data_type(&ins)
83+
.guess_data_type(ins)
8484
.and_then(|ty| arch.display_data_type(ty, &reloc.target.bytes))
8585
{
8686
ui.colored_label(appearance.highlight_color, s);

0 commit comments

Comments
 (0)