Skip to content

Commit

Permalink
Merge pull request #39 from KyeMaloy97/issue.removeIncremental
Browse files Browse the repository at this point in the history
Removed _incremental protocol from JSONIndex struct
  • Loading branch information
Christian Compton authored Feb 7, 2018
2 parents 6e718ef + ed09345 commit 7eb6c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyJSON/SwiftyJSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ extension JSON : Collection, Sequence {
}
}

public struct JSONIndex: _Incrementable, Equatable, Comparable {
public struct JSONIndex: Equatable, Comparable {
let arrayIndex: Array<Any>.Index?
let dictionaryIndex: DictionaryIndex<String, Any>?
let type: Type
Expand Down

0 comments on commit 7eb6c83

Please sign in to comment.