Skip to content

Commit

Permalink
Merge pull request #14 from akiomik/patch-1
Browse files Browse the repository at this point in the history
chore: fix tests for clippy
  • Loading branch information
skanehira committed Dec 24, 2023
2 parents 43ed2cd + 716af4d commit b13d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ mod tests {
)
"#;
let wasm = wat::parse_str(code).unwrap();
let store = Store::from_bytes(&wasm, None).unwrap();
let store = Store::from_bytes(wasm, None).unwrap();
Rc::new(RefCell::new(store))
};

Expand Down

0 comments on commit b13d4ce

Please sign in to comment.