Skip to content

Commit

Permalink
fix(test) Remove a useless instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Apr 23, 2021
1 parent ea90633 commit 221e473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/lib.rs
Expand Up @@ -209,7 +209,6 @@ fn wasmer(py: Python, module: &PyModule) -> PyResult<()> {
/// Create a JIT engine with the LLVM compiler:
///
/// ```py,ignore
/// tagtag = 1
/// from wasmer import engine
/// from wasmer_compiler_llvm import Compiler
///
Expand Down

0 comments on commit 221e473

Please sign in to comment.