pub(crate) fn no_op_release_func<VM: VMBinding>(
_mutator: &mut Mutator<VM>,
_tls: VMWorkerThread,
)
Expand description
A place-holder implementation for MutatorConfig::release_func
that does nothing.
pub(crate) fn no_op_release_func<VM: VMBinding>(
_mutator: &mut Mutator<VM>,
_tls: VMWorkerThread,
)
A place-holder implementation for MutatorConfig::release_func
that does nothing.