File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1897,8 +1897,8 @@ extension Dictionary.Index: Comparable {
1897
1897
}
1898
1898
1899
1899
extension Dictionary . Index : Hashable {
1900
- @ _effects ( readonly ) // FIXME(cocoa-index): Make inlinable
1901
- public func hash( into hasher: inout Hasher ) {
1900
+ public // FIXME(cocoa-index): Make inlinable
1901
+ func hash( into hasher: inout Hasher ) {
1902
1902
#if _runtime(_ObjC)
1903
1903
switch _variant {
1904
1904
case . native( let nativeIndex) :
Original file line number Diff line number Diff line change @@ -1418,8 +1418,8 @@ extension Set.Index: Hashable {
1418
1418
///
1419
1419
/// - Parameter hasher: The hasher to use when combining the components
1420
1420
/// of this instance.
1421
- @ _effects ( readonly ) // FIXME(cocoa-index): Make inlinable
1422
- public func hash( into hasher: inout Hasher ) {
1421
+ public // FIXME(cocoa-index): Make inlinable
1422
+ func hash( into hasher: inout Hasher ) {
1423
1423
#if _runtime(_ObjC)
1424
1424
switch _variant {
1425
1425
case . native( let nativeIndex) :
You can’t perform that action at this time.
0 commit comments