From 464dda74bdfd75b498df367cbc19aebd907e36dc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 28 Jul 2025 20:33:46 -0400 Subject: [Rust] Misc formatting --- rust/src/binary_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/binary_view.rs') diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs index a4a6b6cb..8eb822f7 100644 --- a/rust/src/binary_view.rs +++ b/rust/src/binary_view.rs @@ -242,7 +242,7 @@ pub trait BinaryViewExt: BinaryViewBase { } /// Search the view using the query options. - /// + /// /// In the `on_match` callback return `false` to stop searching. fn search_with_progress bool>( &self, -- cgit v1.3.1