Skip to content

Commit 13f747d

Browse files
committed
Drop CaseIterable
1 parent 7c13741 commit 13f747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftRefactor/IntegerLiteralUtilities.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import SwiftSyntax
1717
#endif
1818

1919
extension IntegerLiteralExprSyntax {
20-
public enum Radix: CaseIterable {
20+
public enum Radix {
2121
case binary
2222
case octal
2323
case decimal

0 commit comments

Comments
 (0)