mirror of
https://github.com/encounter/objdiff.git
synced 2025-07-05 20:56:05 +00:00
Change variable name
Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
parent
c0e9af54a5
commit
d773b8c14f
@ -150,8 +150,8 @@ fn ins_hover_ui(
|
||||
}
|
||||
}
|
||||
|
||||
if let Some(demangled) = rlwinmdec::decode(&ins.formatted) {
|
||||
ui.colored_label(appearance.highlight_color, demangled.trim());
|
||||
if let Some(decoded) = rlwinmdec::decode(&ins.formatted) {
|
||||
ui.colored_label(appearance.highlight_color, decoded.trim());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user