Skip to content

Commit

Permalink
Add @_transparency attribute to reportIssue(_:_:) (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
  • Loading branch information
Killectro and stephencelis authored Nov 12, 2024
1 parent c4a76dc commit a3f634d
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 a3f634d

Please sign in to comment.