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

@@ -63,7 +63,7 @@ pub(crate) enum IObject {
Timestamp(ITimestamp),
}
iselector!(IObject, Object, |registry, original| async {
iselector!(IObject, Object, original, registry, {
iitem!(
registry,
original,