Skip to content

Commit 19e3f64

Browse files
committed
Drop unintended @_transparent.
1 parent c831568 commit 19e3f64

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
@@ -698,7 +698,7 @@ public struct UnsafeCurrentTask {
698698
/// Returns `true` if the task is cancelled, and should stop executing.
699699
///
700700
/// - SeeAlso: `checkCancellation()`
701-
@_transparent public var isCancelled: Bool {
701+
public var isCancelled: Bool {
702702
_taskIsCancelled(_task)
703703
}
704704

0 commit comments

Comments
 (0)