mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
fix(vfs) Remove a Clippy error.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2919,6 +2919,7 @@ name = "wasmer-wast"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"serde",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"wasmer",
|
||||
|
||||
@@ -560,6 +560,7 @@ impl Write for FileHandle {
|
||||
}
|
||||
|
||||
fn write_all(&mut self, buf: &[u8]) -> io::Result<()> {
|
||||
#[deny(clippy::unused_io_amount)]
|
||||
self.write(buf)?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user