Skip to content

Commit 85245dd

Browse files
committed
Add Sendable conformance to StructuredFieldType
1 parent d1ddd52 commit 85245dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredFieldValues/StructuredFieldValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public protocol StructuredFieldValue: Codable {
2222
}
2323

2424
/// The kinds of header fields used in HTTP Structured Headers.
25-
public enum StructuredFieldType {
25+
public enum StructuredFieldType: Sendable {
2626
/// An item field consists of a single item, optionally with parameters.
2727
case item
2828

0 commit comments

Comments
 (0)