Skip to content

Commit 4cc5c53

Browse files
authored
Merge pull request #2651 from ahoppen/radix-sendable
Mark `IntegerLiteralExprSyntax.Radix` as `Sendable`
2 parents 84aed58 + 0d08a90 commit 4cc5c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/Convenience.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extension FloatLiteralExprSyntax {
8484
}
8585

8686
extension IntegerLiteralExprSyntax {
87-
public enum Radix {
87+
public enum Radix: Sendable {
8888
case binary
8989
case octal
9090
case decimal

0 commit comments

Comments
 (0)