summaryrefslogtreecommitdiff
path: root/rust/src/file_metadata.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/file_metadata.rs')
-rw-r--r--rust/src/file_metadata.rs4
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!();