Skip to content

Commit 6ed3afe

Browse files
committed
Merge pull request #116 from kostiakoval/associatedtype
switch to associatedtype
2 parents dcdc74e + 24453b2 commit 6ed3afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/dep/get.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public func get(urls: [(String, Range<Version>)], prefix: String) throws -> [dep
4444
Our usage fetches remote packages by having Sandbox conform.
4545
*/
4646
protocol Fetcher {
47-
typealias T: Fetchable
47+
associatedtype T: Fetchable
4848

4949
func find(url url: String) throws -> Fetchable?
5050
func fetch(url url: String) throws -> Fetchable

0 commit comments

Comments
 (0)