Skip to content

Commit

Permalink
fix windows compile
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Feb 21, 2024
1 parent eb0e13c commit 4df24fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monoio/src/buf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mod raw_buf;
pub use raw_buf::{RawBuf, RawBufVectored};

mod vec_wrapper;
#[allow(unused_imports)]
pub(crate) use vec_wrapper::{read_vec_meta, write_vec_meta, IoVecMeta};

pub(crate) fn deref(buf: &impl IoBuf) -> &[u8] {
Expand Down

0 comments on commit 4df24fd

Please sign in to comment.