Skip to content

Commit 12593ef

Browse files
committed
Merge pull request #1924 from natecook1000/nc-array-rrc
2 parents 021b9c5 + bec13fd commit 12593ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public func _deallocateUninitialized${Self}<Element>(
489489
}
490490
%end
491491

492-
extension ${Self} : _ArrayProtocol {
492+
extension ${Self} : RangeReplaceableCollection, _ArrayProtocol {
493493
/// Construct an empty ${Self}.
494494
@_semantics("array.init")
495495
public init() {

0 commit comments

Comments
 (0)