onyx-tasks/apps
Claude 01bd4672c1
refactor(tauri): drop redundant handle clone in start_watcher
start_watcher takes handle: tauri::AppHandle by value, then immediately did let handle = handle.clone() before moving it into the file-watcher closure. The intermediate clone has no purpose: the parameter is unused outside the closure, so the move can take it directly.

https://claude.ai/code/session_01Vk2NBZGFP3YVshDj1CwDjt
2026-04-29 07:12:29 +00:00
..
tauri refactor(tauri): drop redundant handle clone in start_watcher 2026-04-29 07:12:29 +00:00