From 348815b2ee562110063c512634d3543bd3ad80b6 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 31 May 2023 11:10:55 -0400 Subject: Rustdoc warning cleanup (fixes dead links) --- rust/src/binaryview.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/binaryview.rs') 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()); -- cgit v1.3.1