Skip to content

Commit 31dad4e

Browse files
committed
fix: remove unused interface
1 parent 13394bf commit 31dad4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

wasm/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ use wasm_bindgen::throw_str;
1010
#[global_allocator]
1111
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
1212

13-
#[wasm_bindgen]
14-
extern {
15-
fn alert(s: &str);
16-
}
17-
1813
#[wasm_bindgen]
1914
pub fn parse(input: &str) -> String {
2015
match parse_ast_json_string(input) {

0 commit comments

Comments
 (0)