Skip to content

Commit 193a1b8

Browse files
authored
Merge pull request #2710 from ahoppen/body-macros-accepted
Remove `@_spi(ExperimentalLanguageFeature)` from `BodyMacro`
2 parents 6e35812 + 4adc4ff commit 193a1b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftSyntaxMacros/MacroProtocols/BodyMacro.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import SwiftSyntax
1616

1717
/// Describes a macro that can create the body for a function that does not
1818
/// have one.
19-
@_spi(ExperimentalLanguageFeature)
2019
public protocol BodyMacro: AttachedMacro {
2120
/// Expand a macro described by the given custom attribute and
2221
/// attached to the given declaration and evaluated within a

0 commit comments

Comments
 (0)