Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Koranir committed Jan 31, 2025
1 parent 680b0f0 commit d15264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit d15264d

Please sign in to comment.