mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-05-06 03:29:04 +00:00
chore: lint
This commit is contained in:
parent
e4a85d5773
commit
933dbf92b0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,10 +7,10 @@ use std::borrow::Cow;
|
|||
use std::cell::RefCell;
|
||||
use std::collections::{HashMap, VecDeque};
|
||||
use std::mem;
|
||||
use std::time::Instant;
|
||||
use std::rc::Rc;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
use std::time::Instant;
|
||||
use url::Url;
|
||||
use urlencoding::decode;
|
||||
use webview2::Controller;
|
||||
|
|
|
|||
Loading…
Reference in a new issue