Skip to content

Commit ed09345

Browse files
committed
Removed _incremental protocol from JSONIndex struct
1 parent 6e718ef commit ed09345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftyJSON/SwiftyJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ extension JSON : Collection, Sequence {
408408
}
409409
}
410410

411-
public struct JSONIndex: _Incrementable, Equatable, Comparable {
411+
public struct JSONIndex: Equatable, Comparable {
412412
let arrayIndex: Array<Any>.Index?
413413
let dictionaryIndex: DictionaryIndex<String, Any>?
414414
let type: Type

0 commit comments

Comments
 (0)