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:
@@ -1990,4 +1990,4 @@ internal struct _ArrayAnyHashableBox<Element: Hashable>
|
||||
}
|
||||
}
|
||||
|
||||
extension Array: Sendable, UnsafeSendable where Element: Sendable { }
|
||||
extension Array: @unchecked Sendable where Element: Sendable { }
|
||||
|
||||
Reference in New Issue
Block a user