Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Jul 13, 2023
1 parent ad1ddc6 commit 6e02958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/build/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ fn update_build_result(host_folder: &Path, build_result: &mut BuildResult) -> Re
});
build_result.dest_wasm = new_path;

build_result.metadata_result.as_mut().map(|mut m| {
build_result.metadata_result.as_mut().map(|m| {
m.dest_bundle = host_folder.join(
m.dest_bundle
.as_path()
Expand Down

0 comments on commit 6e02958

Please sign in to comment.