diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-13 15:47:15 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-06-13 16:13:40 -0400 |
| commit | 255d616d33004a042b773e2ea3cbedefd76db3ab (patch) | |
| tree | 01ec0662a5fd53e9661da1e6b3a1593044f06500 /rust/src/file_metadata.rs | |
| parent | 0c34857925e6b0c220871f921f5cf4d59bbdb403 (diff) | |
[Rust] Misc API additions/docs and formatting fixes
Diffstat (limited to 'rust/src/file_metadata.rs')
| -rw-r--r-- | rust/src/file_metadata.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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!(); |
