fix(tauri-runtime-wry): clippy

This commit is contained in:
c 2026-01-22 14:14:59 +01:00
parent 9bf1b7f254
commit db994741ca

View File

@ -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();