We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28fc3 commit a4b389fCopy full SHA for a4b389f
src/dir.rs
@@ -23,7 +23,7 @@ const LFN_PADDING: u16 = 0xFFFF;
23
24
pub(crate) enum DirRawStream<'a, IO: ReadWriteSeek, TP, OCC> {
25
File(File<'a, IO, TP, OCC>),
26
- Root(DiskSlice<FsIoAdapter<'a, IO, TP, OCC>, FsIoAdapter<'a, IO, TP, OCC>>),
+ Root(DiskSlice<FsIoAdapter<'a, IO, TP, OCC>, IO::Error>),
27
}
28
29
impl<IO: ReadWriteSeek, TP, OCC> DirRawStream<'_, IO, TP, OCC> {
0 commit comments