Skip to content

Commit bec13fd

Browse files
committed
Make Array's conformance to RangeReplaceableCollection visible
1 parent 5004c21 commit bec13fd

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)