Skip to content

Commit 03336f7

Browse files
committed
Remove @_spi(ExperimentalLanguageFeature) from BodyMacro
Function body macros have been accepted.
1 parent c18e9ca commit 03336f7

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)