Skip to content

Commit

Permalink
fix mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 23, 2024
1 parent 1cc5889 commit b3b7b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl WasiVirt {
}

pub fn finish(&mut self) -> Result<VirtResult> {
let mut config = walrus::ModuleConfig::new();
let config = walrus::ModuleConfig::new();
let mut module = if self.debug {
config.parse(VIRT_ADAPTER_DEBUG)
} else {
Expand Down

0 comments on commit b3b7b7f

Please sign in to comment.