We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Flags
Sendable
1 parent e3f15af commit b694b36Copy full SHA for b694b36
Sources/sh-parser/main.swift
@@ -15,7 +15,7 @@
15
import Foundation
16
import RawStructuredFieldValues
17
18
-struct Flags {
+struct Flags: Sendable {
19
var headerType: HeaderType
20
21
init() {
0 commit comments