-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow priorityNo rush to review this PRNo rush to review this PR
Description
-enable-upcoming-feature ExistentialAny
Examine the ExistentialAny conformance in the project and add missing any for the protocol types. Most commonly seen,
Use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
- @State private var error: Error?
+ @State private var error: (any Error)?Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow priorityNo rush to review this PRNo rush to review this PR
