We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504d8bc commit 593ccf4Copy full SHA for 593ccf4
objdiff-gui/src/views/function_diff.rs
@@ -80,7 +80,7 @@ fn ins_hover_ui(
80
format!("Size: {:x}", reloc.target.size),
81
);
82
if let Some(s) = arch
83
- .guess_data_type(&ins)
+ .guess_data_type(ins)
84
.and_then(|ty| arch.display_data_type(ty, &reloc.target.bytes))
85
{
86
ui.colored_label(appearance.highlight_color, s);
0 commit comments