Benjamin Lee 50683f0c3c
Removed unnecessary dereference in Store::find
Prefer no dereference when it is not needed.
`todo` has type `&&Item`. Argument needs to be `&Item`, but this is converted via deref coercion.
2019-08-06 20:34:39 -07:00
..
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-07-11 15:02:39 -07:00
2019-05-26 16:43:00 +09:00

Examples

This directory contains a number of Cargo projects that are all examples of how to use wasm-bindgen in various contexts. More documentation can be found online