Skip to content

Commit

Permalink
Update Sources/DefaultsMacrosDeclarations/ObservableDefaultMacro.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Nov 23, 2024
1 parent 4754c96 commit 1ee67ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extension ObservableDefaultMacro: PeerMacro {
let associatedKey = associatedKeyToken(for: property)

return [
"private static var \(associatedKey): Void?"
"private nonisolated(unsafe) static var \(associatedKey): Void?"
]
}
}
Expand Down

0 comments on commit 1ee67ba

Please sign in to comment.