Skip to content

Commit 19c5c3f

Browse files
committed
use case nil
1 parent f1163e2 commit 19c5c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/Attributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ extension Parser {
571571
trailingComma: comma,
572572
arena: self.arena
573573
)))
574-
case .none:
574+
case nil:
575575
let valueLabel = self.consumeAnyToken()
576576
let comma = self.consume(if: .comma)
577577
elements.append(RawSyntax(RawLabeledSpecializeEntrySyntax(

0 commit comments

Comments
 (0)