We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unsafe
1 parent b7d41a5 commit 1c9875eCopy full SHA for 1c9875e
stdlib/public/Concurrency/Task.swift
@@ -261,7 +261,7 @@ extension Task where Failure == Never {
261
@available(SwiftStdlib 5.1, *)
262
extension Task: Hashable {
263
public func hash(into hasher: inout Hasher) {
264
- unsafe UnsafeRawPointer(Builtin.bridgeToRawPointer(_task)).hash(into: &hasher)
+ UnsafeRawPointer(Builtin.bridgeToRawPointer(_task)).hash(into: &hasher)
265
}
266
267
0 commit comments