Avoid use of * with use
This commit is contained in:
parent
fcabba5e6e
commit
48b8a986ef
|
@ -1,6 +1,6 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
use lox::OPENINV_LENGTH;
|
||||
use lox::proto::*;
|
||||
use lox::proto::open_invite;
|
||||
use serde_json;
|
||||
|
||||
#[wasm_bindgen]
|
||||
|
|
Loading…
Reference in New Issue