From 255d616d33004a042b773e2ea3cbedefd76db3ab Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Jun 2025 15:47:15 -0400 Subject: [Rust] Misc API additions/docs and formatting fixes --- rust/src/file_metadata.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/file_metadata.rs') diff --git a/rust/src/file_metadata.rs b/rust/src/file_metadata.rs index 6d123373..4cbbfd0a 100644 --- a/rust/src/file_metadata.rs +++ b/rust/src/file_metadata.rs @@ -222,9 +222,9 @@ impl FileMetadata { } /// Get the [`BinaryView`] for the view type. - /// + /// /// # Example - /// + /// /// ```no_run /// use binaryninja::file_metadata::FileMetadata; /// # let file: FileMetadata = unimplemented!(); -- cgit v1.3.1