1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 17:31:06 +00:00

Fix an example on nightly

This commit is contained in:
Alex Crichton 2018-09-17 18:35:41 -07:00
parent ce3068bb3a
commit 285c734a6a

@ -8,8 +8,8 @@ extern "C" {
fn log(s: &str);
}
#[derive(Debug)]
#[wasm_bindgen]
#[derive(Debug)]
pub struct Counter {
key: char,
count: i32,