mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Fix some warnings
This commit is contained in:
@@ -100,7 +100,7 @@ impl MyApp {
|
||||
let threads = Vec::with_capacity(3);
|
||||
let (on_done_tx, on_done_rc) = mpsc::sync_channel(0);
|
||||
|
||||
let mut slf = Self {
|
||||
let slf = Self {
|
||||
data: Arc::new(RwLock::new(MyAppData {
|
||||
threads,
|
||||
on_done_tx,
|
||||
|
||||
Reference in New Issue
Block a user