Skip to content

Commit

Permalink
chore(src/lib.rs): RandomState now exported in std::hash
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Feb 11, 2024
1 parent 9b87554 commit b0ac91a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Expand Up @@ -4,9 +4,8 @@
use gloo_events::EventListener;
use gloo_timers::callback::Interval;
use serde::Deserialize;
use std::collections::hash_map::RandomState;
use std::collections::HashMap;
use std::hash::{BuildHasher, Hasher};
use std::hash::{BuildHasher, Hasher, RandomState};
use wasm_bindgen::prelude::*;
use web_sys::{Document, Element, HtmlAudioElement, HtmlElement, HtmlInputElement};

Expand Down

0 comments on commit b0ac91a

Please sign in to comment.