From 74f8668a846b2caf6f95be5040b24915de9d7b45 Mon Sep 17 00:00:00 2001 From: Daniel <101683475+Koranir@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:03:58 +1100 Subject: [PATCH] remove unused import --- src/input/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},