1
0
Fork 0

Fix rustdoc link in Plugin::reset()

This commit is contained in:
Robbert van der Helm 2022-04-26 13:37:53 +02:00
parent 7c5aa9069b
commit f855a60c57

View file

@ -102,7 +102,7 @@ pub trait Plugin: Default + Send + Sync + 'static {
}
/// Clear internal state such as filters and envelopes. This is always called after
/// [`initialize()`][Self::initialize(0)], and it may also be called at any other time from the
/// [`initialize()`][Self::initialize()], and it may also be called at any other time from the
/// audio thread. You should thus not do any allocations in this function.
fn reset(&mut self) {}