mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
fix generic io match
This commit is contained in:
@@ -57,7 +57,7 @@ impl File for GenericFile {
|
||||
{
|
||||
let r = match &(*c) {
|
||||
Completion::Read(r) => r,
|
||||
Completion::Write(_) => unreachable!(),
|
||||
_ => unreachable!(),
|
||||
};
|
||||
let mut buf = r.buf_mut();
|
||||
let buf = buf.as_mut_slice();
|
||||
|
||||
Reference in New Issue
Block a user