Remove closures from iselector macro.
This commit is contained in:
@@ -56,7 +56,7 @@ pub(crate) enum IElement {
|
||||
LatexEnvironment(ILatexEnvironment),
|
||||
}
|
||||
|
||||
iselector!(IElement, Element, |registry, original| async {
|
||||
iselector!(IElement, Element, original, registry, {
|
||||
iitem!(
|
||||
registry,
|
||||
original,
|
||||
|
||||
Reference in New Issue
Block a user