From e36dcc8d4ea833d0731cde78bd65f2ca7e030a0d Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 14 Feb 2025 23:36:24 -0500 Subject: Add `BinaryViewExt::comment_at` and `BinaryViewExt::set_comment_at` How did we not have this before? --- rust/src/function.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/function.rs') diff --git a/rust/src/function.rs b/rust/src/function.rs index b438520a..66f71e5f 100644 --- a/rust/src/function.rs +++ b/rust/src/function.rs @@ -2768,6 +2768,7 @@ impl Default for HighlightColor { } } +// TODO: Move this out of function, so we can use it in the binary view // NOTE only exists as Array, cant be owned #[derive(Clone, Debug, Hash, Eq, PartialEq)] pub struct Comment { -- cgit v1.3.1