Skip to content

Commit

Permalink
Merge pull request #41 from tonyarnold/fix/swift-3.1-beta-2-warnings
Browse files Browse the repository at this point in the history
Fix “method should not be declared public because its parameter uses an internal type” warnings
  • Loading branch information
wokalski authored Feb 12, 2017
2 parents 84b517f + 709ee17 commit 39b3a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NestedExtendedDiff.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct NestedExtendedDiff: DiffProtocol {
public let elements: [Element]
}

typealias NestedElementEqualityChecker<T: Collection> = (T.Iterator.Element.Iterator.Element, T.Iterator.Element.Iterator.Element) -> Bool where T.Iterator.Element: Collection
public typealias NestedElementEqualityChecker<T: Collection> = (T.Iterator.Element.Iterator.Element, T.Iterator.Element.Iterator.Element) -> Bool where T.Iterator.Element: Collection

public extension Collection
where Iterator.Element: Collection {
Expand Down

0 comments on commit 39b3a0c

Please sign in to comment.