Skip to content

Commit 5efc87c

Browse files
ABI stability fix: isPureStructKeyPath should be internal.
1 parent 9fb8f59 commit 5efc87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public class AnyKeyPath: Hashable, _AppendKeyPath {
168168
return try f(KeyPathBuffer(base: base))
169169
}
170170

171-
public var isPureStructKeyPath: Bool {
171+
internal var isPureStructKeyPath: Bool {
172172
return _isPureStructKeyPath ?? false
173173
}
174174

0 commit comments

Comments
 (0)