Skip to content

Commit 56010d2

Browse files
committed
[Rust] Fix misc doc comments missing
1 parent e299a6c commit 56010d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/src/binary_view.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ pub trait BinaryViewExt: BinaryViewBase {
14091409
}
14101410
}
14111411

1412-
// List of functions containing `addr`
1412+
/// List of functions containing `addr`
14131413
fn functions_containing(&self, addr: u64) -> Array<Function> {
14141414
unsafe {
14151415
let mut count = 0;
@@ -1664,7 +1664,7 @@ pub trait BinaryViewExt: BinaryViewBase {
16641664
}
16651665
}
16661666

1667-
// Get all tags of a specific type
1667+
/// Get all tag references of a specific type
16681668
fn tags_by_type(&self, tag_type: &TagType) -> Array<TagReference> {
16691669
let mut count = 0;
16701670
unsafe {

0 commit comments

Comments
 (0)