mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-16 16:37:06 +00:00
@@ -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());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user