Fix linting related issues (#164)

This commit is contained in:
Chevdor
2021-07-27 16:14:14 +02:00
committed by GitHub
parent 72626a566a
commit b8b18be419
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ mod tests {
)
"#;
let module = elements::deserialize_buffer(
&wabt::Wat2Wasm::new()
wabt::Wat2Wasm::new()
.validate(false)
.convert(SOURCE)
.expect("Failed to wat2wasm")