diff --git a/src/input/mod.rs b/src/input/mod.rs index f27fca36..4e700b0a 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -75,7 +75,7 @@ use xkbcommon::xkb::{Keycode, Keysym}; use std::{ any::Any, borrow::Cow, - cell::{Cell, RefCell}, + cell::RefCell, collections::HashSet, ops::ControlFlow, time::{Duration, Instant},