Skip to content

Commit 0fb1089

Browse files
authored
Fix lint
1 parent 240838d commit 0fb1089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wasix/src/state/linker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ impl LinkerState {
20622062
return Ok(INVALID_MODULE_HANDLE);
20632063
}
20642064

2065-
let module = runtime.load_module_sync(&*module_bytes)?;
2065+
let module = runtime.load_module_sync(&module_bytes)?;
20662066

20672067
let dylink_info = parse_dylink0_section(&module)?;
20682068

0 commit comments

Comments
 (0)