Skip to content

Commit 285c734

Browse files
committed
Fix an example on nightly
1 parent ce3068b commit 285c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/char/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ extern "C" {
88
fn log(s: &str);
99
}
1010

11-
#[derive(Debug)]
1211
#[wasm_bindgen]
12+
#[derive(Debug)]
1313
pub struct Counter {
1414
key: char,
1515
count: i32,

0 commit comments

Comments
 (0)