File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
- ` SyntaxKind ` removed conformance to ` CaseIterable `
20
20
- Description: ` SyntaxKind ` no longer conforms to ` CaseIterable ` since there is no good use case to iterate over all syntax kinds.
21
21
- Pull request: https://github.com/apple/swift-syntax/pull/2292
22
+ - ` IntegerLiteralExprSyntax.Radix ` removed conformance to ` CaseIterable `
23
+ - Description: ` IntegerLiteralExprSyntax.Radix ` no longer conforms to ` CaseIterable ` since there is no good use case to iterate over all radix kinds.
24
+ - Pull request: https://github.com/apple/swift-syntax/pull/2292
22
25
23
26
24
27
## Template
Original file line number Diff line number Diff line change 13
13
import SwiftSyntax
14
14
15
15
extension IntegerLiteralExprSyntax {
16
- public enum Radix : CaseIterable {
16
+ public enum Radix {
17
17
case binary
18
18
case octal
19
19
case decimal
You can’t perform that action at this time.
0 commit comments