diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:46 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:56 -0400 |
| commit | 464dda74bdfd75b498df367cbc19aebd907e36dc (patch) | |
| tree | e457c81602769b8089fe178b09dc95a22548afb6 /rust/src/binary_view.rs | |
| parent | 490ffa62a86085c02c5a3bd857791a27e60d58b6 (diff) | |
[Rust] Misc formatting
Diffstat (limited to 'rust/src/binary_view.rs')
| -rw-r--r-- | rust/src/binary_view.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<P: ProgressCallback, C: FnMut(u64, &DataBuffer) -> bool>( &self, |
