remove unused comments

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-09-03 11:38:58 -04:00
parent 027f28deb9
commit e8408c797a

View File

@@ -10,8 +10,6 @@ use std::{
use bytes::buf::UninitSlice;
// pub const DIO_MEM_ALIGN: usize = 4096;
/// An aligned buffer type used for I/O.
pub struct IoBufferMut {
/// Use `Vec` to benefit from the helper methods, but never reallocates.