Skip to content

Commit 6d52c9b

Browse files
committed
wip
1 parent 1410268 commit 6d52c9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/IssueReporting/Internal/Deprecations.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ extension IssueReporter where Self == _DefaultReporter {
88
public static var runtimeWarning: Self { Self() }
99
}
1010

11+
@available(*, unavailable, renamed: "_DefaultReporter")
12+
public typealias _RuntimeWarningReporter = _DefaultReporter
13+
1114
// NB: Deprecated after 1.2.2
1215

1316
#if canImport(Darwin)

0 commit comments

Comments
 (0)