mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replace UnsafeSendable with @unchecked Sendable in the standard library.
This commit is contained in:
@@ -1426,5 +1426,5 @@ extension ContiguousArray {
|
||||
}
|
||||
}
|
||||
|
||||
extension ContiguousArray: Sendable, UnsafeSendable
|
||||
extension ContiguousArray: @unchecked Sendable
|
||||
where Element: Sendable { }
|
||||
|
||||
Reference in New Issue
Block a user