Skip to content

Commit 84ed670

Browse files
committed
Make the MacroEvaluationContext initializer public
1 parent be86293 commit 84ed670

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/_SwiftSyntaxMacros/MacroEvaluationContext.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public struct MacroEvaluationContext {
2121
/// Used to map the provided syntax nodes into source locations.
2222
public let sourceLocationConverter: SourceLocationConverter
2323

24-
@_spi(Testing)
2524
public init(
2625
moduleName: String,
2726
sourceLocationConverter: SourceLocationConverter

0 commit comments

Comments
 (0)