Fix an example on nightly

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

View File

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