Remove closures from iselector macro.

This commit is contained in:
Tom Alexander
2023-10-29 18:54:50 -04:00
parent 24b9782146
commit a966be8122
4 changed files with 28 additions and 27 deletions

View File

@@ -56,7 +56,7 @@ pub(crate) enum IElement {
LatexEnvironment(ILatexEnvironment),
}
iselector!(IElement, Element, |registry, original| async {
iselector!(IElement, Element, original, registry, {
iitem!(
registry,
original,