1
0
Fork 0

Fix rustdoc references

This commit is contained in:
Robbert van der Helm 2022-02-01 20:53:20 +01:00
parent 6bb83061dd
commit bc60dc35b6

View file

@ -30,7 +30,7 @@ pub(crate) const TASK_QUEUE_CAPACITY: usize = 512;
// TODO: GuiContext for GUI parameter automation and resizing
/// General callbacks the plugin can make during its lifetime. This is passed to the plugin during
/// [Plugin::initialize].
/// [crate::plugin::Plugin::initialize].
//
// # Safety
//