mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Make clippy happy
This commit is contained in:
@@ -329,7 +329,7 @@ fn compile_directory_to_webc(dir: &Path) -> Result<Vec<u8>, Error> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let functions = wapm_targz_to_pirita::TransformManifestFunctions::default();
|
let functions = wapm_targz_to_pirita::TransformManifestFunctions::default();
|
||||||
wapm_targz_to_pirita::generate_webc_file(files, &dir.to_path_buf(), None, &functions)
|
wapm_targz_to_pirita::generate_webc_file(files, dir, None, &functions)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn load_files_from_disk(files: &mut FileMap, dir: &Path, base: &Path) -> Result<(), Error> {
|
fn load_files_from_disk(files: &mut FileMap, dir: &Path, base: &Path) -> Result<(), Error> {
|
||||||
|
|||||||
Reference in New Issue
Block a user