Skip to content

Commit 4162d58

Browse files
committed
Completely remove init name for _PersistentProperty
Not needed.
1 parent b3daf0d commit 4162d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ManagedModels/ModelMacroDefinition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public macro Transient() =
6363
* An internal helper macro. Don't use this.
6464
*/
6565
@available(swift 5.9)
66-
@attached(accessor/*, names: named(init)*/)
66+
@attached(accessor)
6767
public macro _PersistedProperty() =
6868
#externalMacro(module: "ManagedModelMacros", type: "PersistedPropertyMacro")
6969

0 commit comments

Comments
 (0)