Skip to content

Commit ed64e7b

Browse files
committed
reorder a __consuming func
1 parent 9ce2143 commit ed64e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ extension Array {
14901490
}
14911491

14921492
@inlinable
1493-
__consuming public func _copyContents(
1493+
public __consuming func _copyContents(
14941494
initializing buffer: UnsafeMutableBufferPointer<Element>
14951495
) -> (Iterator,UnsafeMutableBufferPointer<Element>.Index) {
14961496

0 commit comments

Comments
 (0)