mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
remove unnecessary lines
This commit is contained in:
parent
7cf2942e25
commit
0003fc9115
@ -1,6 +1,4 @@
|
||||
|
||||
use web_sys;
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
// Called by our JS entry point to run the example
|
||||
|
@ -1,8 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
use web_sys;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
#![allow(unused_variables, dead_code)]
|
||||
|
||||
use wasm_bindgen;
|
||||
|
||||
pub mod bool;
|
||||
pub mod boxed_js_value_slice;
|
||||
pub mod boxed_number_slices;
|
||||
|
Loading…
x
Reference in New Issue
Block a user