synchronize offset table growth with the borrowing of offset pointers
This commit is contained in:
@@ -19,7 +19,7 @@ pub struct RawBlock<T: RawBlockTraits> {
|
||||
|
||||
impl<T: RawBlockTraits> RawBlock<T> {
|
||||
#[inline]
|
||||
fn empty_block() -> Self {
|
||||
pub fn empty_block() -> Self {
|
||||
RawBlock {
|
||||
base: ptr::null(),
|
||||
top: ptr::null(),
|
||||
|
||||
Reference in New Issue
Block a user