Skip to content

Commit 278c917

Browse files
committed
Fix lint
1 parent e4b443a commit 278c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/compatibility.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ mod tests {
885885

886886
#[test]
887887
fn check_wasm_imports_of_old_contract() {
888-
let module = extract_reader!(&CONTRACT_0_7, ImportSection, ImportSectionReader<'_>)
888+
let module = extract_reader!(CONTRACT_0_7, ImportSection, ImportSectionReader<'_>)
889889
.unwrap()
890890
.unwrap();
891891
let result = check_wasm_imports(module, SUPPORTED_IMPORTS);

0 commit comments

Comments
 (0)