From f37ea09e02dce277cd638a8098a58200cfa2d9f9 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 22 Oct 2025 00:17:08 -0400 Subject: [Rust] Misc formatting --- rust/src/types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src') diff --git a/rust/src/types.rs b/rust/src/types.rs index 7566cff8..5849a2f3 100644 --- a/rust/src/types.rs +++ b/rust/src/types.rs @@ -1668,7 +1668,7 @@ impl Structure { /// /// We must pass a [`TypeContainer`] here so that we can resolve base structure members, as they /// are treated as members through this function. Typically, you get the [`TypeContainer`] - /// through the binary view with [`BinaryView::get_type_container`]. + /// through the binary view with [`BinaryViewExt::get_type_container`]. pub fn members_at_offset( &self, container: &TypeContainer, @@ -1701,7 +1701,7 @@ impl Structure { /// Returns the list of all structure members, including inherited ones. /// /// Because we must traverse through base structures, we have to provide the [`TypeContainer`]; - /// in most cases it is ok to provide the binary views container via [`BinaryView::type_container`]. + /// in most cases it is ok to provide the binary views container via [`BinaryViewExt::type_container`]. pub fn members_including_inherited( &self, container: &TypeContainer, -- cgit v1.3.1