diff options
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, |
