mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
refactor: remove unused imports
This commit is contained in:
parent
4c41ad511b
commit
eca9592973
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{cell::Cell, process::ExitCode, rc::Rc};
|
||||
use std::{cell::Cell, rc::Rc};
|
||||
|
||||
use event_listener::Event;
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
use std::{
|
||||
cell::Cell,
|
||||
process::ExitCode,
|
||||
rc::{Rc, Weak as WeakRc},
|
||||
sync::{Arc, Weak as WeakArc},
|
||||
thread::panicking,
|
||||
|
|
Loading…
Add table
Reference in a new issue