File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1219,7 +1219,7 @@ extension Array: RangeReplaceableCollection {
1219
1219
/// - Complexity: O(*m*) on average, where *m* is the length of
1220
1220
/// `newElements`, over many calls to `append(contentsOf:)` on the same
1221
1221
/// array.
1222
- @inlinable @ _alwaysEmitIntoClient
1222
+ @_alwaysEmitIntoClient
1223
1223
@_semantics ( " array.append_contentsOf " )
1224
1224
@_effects ( notEscaping self. value**)
1225
1225
public mutating func append( contentsOf newElements: __owned some Collection < Element > ) {
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ extension ArraySlice: RangeReplaceableCollection {
946
946
/// - Complexity: O(*m*) on average, where *m* is the length of
947
947
/// `newElements`, over many calls to `append(contentsOf:)` on the same
948
948
/// array.
949
- @inlinable @ _alwaysEmitIntoClient
949
+ @_alwaysEmitIntoClient
950
950
@_semantics ( " array.append_contentsOf " )
951
951
@_effects ( notEscaping self. value**)
952
952
public mutating func append( contentsOf newElements: __owned some Collection < Element > ) {
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ extension ContiguousArray: RangeReplaceableCollection {
836
836
/// - Complexity: O(*m*) on average, where *m* is the length of
837
837
/// `newElements`, over many calls to `append(contentsOf:)` on the same
838
838
/// array.
839
- @inlinable @ _alwaysEmitIntoClient
839
+ @_alwaysEmitIntoClient
840
840
@_effects ( notEscaping self. value**)
841
841
@_semantics ( " array.append_contentsOf " )
842
842
public mutating func append(
You can’t perform that action at this time.
0 commit comments