Skip to content

Commit c763574

Browse files
authored
marksthe BumpPtrAllocator class as @_spi(BumpPtrAllocator) instead of @_spi(RawSyntax)
1 parent 8c1977d commit c763574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/BumpPtrAllocator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// A ``BumpPtrAllocator`` that allocates `slabSize` at a time.
1414
/// Once all memory in a slab has been used, it allocates a new slab and no
1515
/// memory allocations are necessary until that slab is completely filled up.
16-
@_spi(RawSyntax) @_spi(Testing)
16+
@_spi(BumpPtrAllocator) @_spi(Testing)
1717
public class BumpPtrAllocator {
1818
typealias Slab = UnsafeMutableRawBufferPointer
1919

0 commit comments

Comments
 (0)