Commit a8ae821 Markus Schlegel
committed
1 parent 2d664e7 commit a8ae821 Copy full SHA for a8ae821
File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exclude = [
17
17
18
18
[dependencies ]
19
19
memchr = " 2.5.0"
20
- buffer-redux = { version = " 1.0.0 " , default_features = false }
20
+ buffer-redux = { version = " ~ 1.0.1 " , default_features = false }
21
21
scoped_threadpool = " 0.1"
22
22
crossbeam-utils = " 0.8"
23
23
serde = " 1.0"
Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ where
353
353
Ok ( None )
354
354
}
355
355
356
+ #[ inline]
356
357
fn get_buf ( & self ) -> & [ u8 ] {
357
358
self . buf_reader . buffer ( )
358
359
}
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ where
266
266
Ok ( true )
267
267
}
268
268
269
+ #[ inline]
269
270
fn get_buf ( & self ) -> & [ u8 ] {
270
271
self . buf_reader . buffer ( )
271
272
}
You can’t perform that action at this time.
0 commit comments