Skip to content

Commit

Permalink
Merge pull request #3637 from punkeel/patch-1
Browse files Browse the repository at this point in the history
Remove unused import in lib.rs example
  • Loading branch information
syrusakbary authored Mar 1, 2023
2 parents 2d7b3a5 + a538175 commit 2af510a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
//!
//! ```rust
//! use wasmer::{Store, Module, Instance, Value, imports};
//! use wasmer::FunctionEnv;
//!
//! fn main() -> anyhow::Result<()> {
//! let module_wat = r#"
Expand Down

0 comments on commit 2af510a

Please sign in to comment.