Skip to content

Commit 91ea115

Browse files
committed
Use UnsafeConcurrentValue conformance for Array
1 parent 0e2b658 commit 91ea115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,4 +1985,4 @@ internal struct _ArrayAnyHashableBox<Element: Hashable>
19851985
}
19861986
}
19871987

1988-
extension Array: ConcurrentValue where Element: ConcurrentValue { }
1988+
extension Array: ConcurrentValue, UnsafeConcurrentValue where Element: ConcurrentValue { }

0 commit comments

Comments
 (0)