Commit 9e614b1 1 parent 6756a12 commit 9e614b1 Copy full SHA for 9e614b1
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -517,8 +517,8 @@ impl RowIdTreeMap {
517
517
/// for each entry:
518
518
/// * u32: fragment_id
519
519
/// * u32: bitmap size
520
- /// * [u8]: bitmap
521
- /// If bitmap size is zero then the entire fragment is selected.
520
+ /// * \ [u8\ ]: bitmap
521
+ /// If bitmap size is zero then the entire fragment is selected.
522
522
pub fn serialize_into < W : Write > ( & self , mut writer : W ) -> Result < ( ) > {
523
523
writer. write_u32 :: < byteorder:: LittleEndian > ( self . inner . len ( ) as u32 ) ?;
524
524
for ( fragment, set) in & self . inner {
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ criterion_group!(
103
103
config = Criterion :: default ( )
104
104
. measurement_time( Duration :: from_secs( 10 ) )
105
105
. sample_size( 10 ) ;
106
- targets = bench_inverted ) ;
106
+ targets = bench_ngram ) ;
107
107
108
108
criterion_main ! ( benches) ;
You can’t perform that action at this time.
0 commit comments