We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1529d37 commit df73981Copy full SHA for df73981
stdlib/public/core/DictionaryBridging.swift
@@ -483,7 +483,6 @@ extension _CocoaDictionary: _DictionaryBuffer {
483
}
484
485
@usableFromInline // FIXME(cocoa-index): Should be inlinable
486
- @_effects(releasenone)
487
internal func formIndex(after index: inout Index, isUnique: Bool) {
488
validate(index)
489
if !isUnique { index = index.copy() }
stdlib/public/core/SetBridging.swift
@@ -358,7 +358,6 @@ extension _CocoaSet: _SetBuffer {
358
359
360
361
362
363
364
0 commit comments