Skip to content

Commit a3f634d

Browse files
Add @_transparency attribute to reportIssue(_:_:) (#140)
Co-authored-by: Stephen Celis <[email protected]>
1 parent c4a76dc commit a3f634d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/IssueReporting/IssueReporter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public protocol IssueReporter: Sendable {
7777
}
7878

7979
extension IssueReporter {
80+
@_transparent
8081
public func reportIssue(
8182
_ error: any Error,
8283
_ message: @autoclosure () -> String?,

0 commit comments

Comments
 (0)