···4444 wx.config.throttle(Duration::from_secs(1));
45454646 // TODO handle miette diagnostics
4747- wx.main().await?;
4747+ let _ = wx.main().await?;
4848 Ok(())
4949}
+1-1
src/vst/mod.rs
···11pub mod beacon;
22-pub mod remote_probe;
32pub mod probe;
33+pub mod remote_probe;
44pub mod vst;
5566use nih_plug::{nih_export_clap, nih_export_vst3};