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 8, 2025
1 parent 095bbf9 commit 74f8668
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 74f8668

Please sign in to comment.