Skip to content

Commit fed8290

Browse files
committed
remove unused import
1 parent af37648 commit fed8290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ use xkbcommon::xkb::{Keycode, Keysym};
7575
use std::{
7676
any::Any,
7777
borrow::Cow,
78-
cell::{Cell, RefCell},
78+
cell::RefCell,
7979
collections::HashSet,
8080
ops::ControlFlow,
8181
time::{Duration, Instant},

0 commit comments

Comments
 (0)