We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b457b commit 1a62dadCopy full SHA for 1a62dad
1 file changed
src/interface.rs
@@ -39,7 +39,7 @@ mod ffi {
39
}
40
41
let (progress_tx, progress_rx) = mpsc::channel();
42
- spawn_recv_progress_thread(progress_rx, callback_fn.clone());
+ spawn_recv_progress_thread(progress_rx, callback_fn);
43
44
notify(callback_fn, "booting", 0.0, 0, "");
45
let app = App::boot(config, Some(progress_tx))?;
0 commit comments