refactor: remove unused imports

This commit is contained in:
Erica Marigold 2024-06-10 15:19:43 +05:30
parent 4c41ad511b
commit eca9592973
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use std::{cell::Cell, process::ExitCode, rc::Rc};
use std::{cell::Cell, rc::Rc};
use event_listener::Event;

View file

@ -2,7 +2,6 @@
use std::{
cell::Cell,
process::ExitCode,
rc::{Rc, Weak as WeakRc},
sync::{Arc, Weak as WeakArc},
thread::panicking,