Skip to content

Commit 363f3cb

Browse files
committed
Drop unintended @_transparent.
1 parent 272a1c2 commit 363f3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ public struct UnsafeCurrentTask {
754754
/// There is no way to uncancel a task.
755755
///
756756
/// - SeeAlso: `checkCancellation()`
757-
@_transparent public var isCancelled: Bool {
757+
public var isCancelled: Bool {
758758
_taskIsCancelled(_task)
759759
}
760760

0 commit comments

Comments
 (0)