From 56010d289afa142ebd206db8fc3b22f89d7a4ec0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 13 Jan 2026 19:40:09 -0800 Subject: [Rust] Fix misc doc comments missing --- rust/src/binary_view.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/binary_view.rs') diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs index 8309d15d..cdf90c07 100644 --- a/rust/src/binary_view.rs +++ b/rust/src/binary_view.rs @@ -1409,7 +1409,7 @@ pub trait BinaryViewExt: BinaryViewBase { } } - // List of functions containing `addr` + /// List of functions containing `addr` fn functions_containing(&self, addr: u64) -> Array { unsafe { let mut count = 0; @@ -1664,7 +1664,7 @@ pub trait BinaryViewExt: BinaryViewBase { } } - // Get all tags of a specific type + /// Get all tag references of a specific type fn tags_by_type(&self, tag_type: &TagType) -> Array { let mut count = 0; unsafe { -- cgit v1.3.1