mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
fix(tauri-runtime-wry): clippy
This commit is contained in:
parent
9bf1b7f254
commit
db994741ca
@ -2782,6 +2782,7 @@ impl<T: UserEvent> Wry<T> {
|
||||
let main_thread_id = current_thread().id();
|
||||
let web_context = WebContextStore::default();
|
||||
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
let windows = Arc::new(WindowsStore(RefCell::new(BTreeMap::default())));
|
||||
let window_id_map = WindowIdStore::default();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user