Fix rustdoc link in Plugin::reset()
This commit is contained in:
parent
7c5aa9069b
commit
f855a60c57
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pub trait Plugin: Default + Send + Sync + 'static {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Clear internal state such as filters and envelopes. This is always called after
|
/// 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.
|
/// audio thread. You should thus not do any allocations in this function.
|
||||||
fn reset(&mut self) {}
|
fn reset(&mut self) {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue