Fix warnings with latest nightly
This commit is contained in:
parent
31f8b816bd
commit
542d1938ce
9 changed files with 1 additions and 10 deletions
|
|
@ -15,7 +15,6 @@ use crate::window::WindowId;
|
|||
|
||||
use std::{
|
||||
cell::{Cell, RefCell},
|
||||
clone::Clone,
|
||||
collections::{HashSet, VecDeque},
|
||||
iter,
|
||||
ops::Deref,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ use crate::keyboard::{Key, KeyLocation, ModifiersState, NamedKey, PhysicalKey};
|
|||
|
||||
use smol_str::SmolStr;
|
||||
use std::cell::OnceCell;
|
||||
use std::convert::TryInto;
|
||||
use wasm_bindgen::prelude::wasm_bindgen;
|
||||
use wasm_bindgen::{JsCast, JsValue};
|
||||
use web_sys::{KeyboardEvent, MouseEvent, PointerEvent, WheelEvent};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue