From 0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 16:35:22 -0500 Subject: Misc rust formatting --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/lib.rs') 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) -> Option> { } /// Equivalent to [`load`] but with a progress callback. -/// +/// /// NOTE: The progress callback will _only_ be called when loading BNDBs. pub fn load_with_progress( file_path: impl AsRef, -- cgit v1.3.1