mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Remove unnecessary must_use attribute
This commit is contained in:
@@ -174,7 +174,6 @@ impl<P: Vst3Plugin> WrapperView<P> {
|
||||
/// run on the host's UI thread. If not, then this will return an `Err` value containing the
|
||||
/// task so it can be run elsewhere.
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
#[must_use]
|
||||
pub fn do_maybe_in_run_loop(&self, task: Task<P>) -> Result<(), Task<P>> {
|
||||
Err(task)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user