CI: lint
This commit is contained in:
parent
1d04a7139f
commit
5b7fc59257
2 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,7 @@ mod utils;
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern {
|
||||
extern "C" {
|
||||
fn alert(s: &str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue