Skip to content

Commit e947f3b

Browse files
ahoppennkcsgexi
authored andcommitted
[swiftSyntax] Make RawSyntaxData a direct enum
1 parent 964bf15 commit e947f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SwiftSyntax/RawSyntax.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public struct SyntaxNodeId: Hashable, Codable {
7575
}
7676

7777
/// The data that is specific to a tree or token node
78-
fileprivate indirect enum RawSyntaxData {
78+
fileprivate enum RawSyntaxData {
7979
/// A tree node with a kind and an array of children
8080
case node(kind: SyntaxKind, layout: [RawSyntax?])
8181
/// A token with a token kind, leading trivia, and trailing trivia

0 commit comments

Comments
 (0)