Skip to content

Commit 98dbe6d

Browse files
russell-islamliuw
authored andcommitted
block: Derive Debug on RawFileDiskAio
Add #[derive(Debug)] to RawFileDiskAio. This is required by the new disk_file traits which have Send + Debug bounds. Signed-off-by: Muminul Islam <muislam@microsoft.com>
1 parent 9db5f04 commit 98dbe6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

block/src/raw_async_aio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ use crate::async_io::{
1919
};
2020
use crate::{DiskTopology, SECTOR_SIZE, probe_sparse_support, query_device_size};
2121

22+
#[derive(Debug)]
2223
pub struct RawFileDiskAio {
2324
file: File,
2425
}

0 commit comments

Comments
 (0)