Skip to content

Commit 024fcd0

Browse files
committed
sendable fix
1 parent 7a1e2d7 commit 024fcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Elementary/Core/Html+Attributes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension HTMLAttribute {
5959
}
6060
}
6161

62-
public protocol _AttributeStorageModifier: Sendable {
62+
public protocol _AttributeStorageModifier {
6363
func modify(_ attributes: inout _AttributeStorage)
6464
}
6565

@@ -96,7 +96,7 @@ public struct _ModifiedAttributes<Wrapped: HTML, Modifier: _AttributeStorageModi
9696
}
9797
}
9898

99-
public struct _PrependedAttributes: _AttributeStorageModifier {
99+
public struct _PrependedAttributes: _AttributeStorageModifier, Sendable {
100100
public var attributes: _AttributeStorage
101101

102102
@usableFromInline

0 commit comments

Comments
 (0)