Skip to content

Commit

Permalink
Clean up a couple check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Mar 24, 2024
1 parent 5c3f19d commit 6107b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/pathfinder.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use js_sys::{Array, Object};
use serde::{Deserialize, Serialize};
use wasm_bindgen::{prelude::*, JsCast};
use wasm_bindgen::prelude::*;

#[derive(Serialize, Deserialize, Debug)]
pub struct Position {
Expand Down
2 changes: 1 addition & 1 deletion src/objects/impls/store.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::constants::ResourceType;
use js_sys::Object;
use wasm_bindgen::{prelude::*, JsCast};
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
extern "C" {
Expand Down

0 comments on commit 6107b36

Please sign in to comment.