diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
| commit | 0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a (patch) | |
| tree | 098d5a913102021da95074bd4dd165d2dabc518e /rust/src/lib.rs | |
| parent | 0263957dc920a10785af6874ab3040a529547d70 (diff) | |
Misc rust formatting
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 711448e5..267cf840 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -115,7 +115,7 @@ pub fn load(file_path: impl AsRef<Path>) -> Option<Ref<BinaryView>> { } /// Equivalent to [`load`] but with a progress callback. -/// +/// /// NOTE: The progress callback will _only_ be called when loading BNDBs. pub fn load_with_progress<P: ProgressCallback>( file_path: impl AsRef<Path>, |
