Skip to content

Commit

Permalink
Add @_transparency attribute to reportIssue(_:_:)
Browse files Browse the repository at this point in the history
  • Loading branch information
Killectro committed Nov 12, 2024
1 parent 05c9f02 commit 0f16b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/IssueReporting/IssueReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public protocol IssueReporter: Sendable {
}

extension IssueReporter {
@_transparent
public func reportIssue(
_ error: any Error,
_ message: @autoclosure () -> String?,
Expand Down

0 comments on commit 0f16b16

Please sign in to comment.