Skip to content

Commit

Permalink
Remove unused import in lib.rs example
Browse files Browse the repository at this point in the history
`FunctionEnv` isn't used in the demo code.
  • Loading branch information
punkeel authored Mar 1, 2023
1 parent 830f1bd commit 51b2214
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 51b2214

Please sign in to comment.