Skip to content

Commit

Permalink
Update docs/migration_to_3.0.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Jul 21, 2022
1 parent dbeebfc commit 3a1424e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/migration_to_3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ let env = FunctionEnv::new(&mut store, my_counter);
Any type can be passed as the environment: (*Nota bene* the passed type `T` must implement the `Any` trait, that is, any type which contains a non-`'static` reference.)

```rust
#[derive(Clone)]
struct Env {
counter: i32,
}
Expand Down

0 comments on commit 3a1424e

Please sign in to comment.