mirror of https://github.com/encounter/objdiff.git
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) {
|
if let Some(decoded) = rlwinmdec::decode(&ins.formatted) {
|
||||||
ui.colored_label(appearance.highlight_color, demangled.trim());
|
ui.colored_label(appearance.highlight_color, decoded.trim());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue