summaryrefslogtreecommitdiff
path: root/rust/src/binaryview.rs
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2023-05-31 11:10:55 -0400
committerKyleMiles <krm504@nyu.edu>2023-05-31 11:11:29 -0400
commit348815b2ee562110063c512634d3543bd3ad80b6 (patch)
treef9d3bea45877596c76b93992dc309cf9322aeaec /rust/src/binaryview.rs
parentb3c68db7d52af0e5976b9c69d0412aabbd91c86b (diff)
Rustdoc warning cleanup (fixes dead links)
Diffstat (limited to 'rust/src/binaryview.rs')
-rw-r--r--rust/src/binaryview.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/binaryview.rs b/rust/src/binaryview.rs
index fbbe4a58..07c079d2 100644
--- a/rust/src/binaryview.rs
+++ b/rust/src/binaryview.rs
@@ -476,7 +476,7 @@ pub trait BinaryViewExt: BinaryViewBase {
}
}
- /// You likely would also like to call [`define_user_symbol`] to bind this data variable with a name
+ /// You likely would also like to call [`Self::define_user_symbol`] to bind this data variable with a name
fn define_user_data_var(&self, dv: DataVariable) {
unsafe {
BNDefineUserDataVariable(self.as_ref().handle, dv.address, &mut dv.t.into());