Skip to content

Commit 24453b2

Browse files
committed
switch to associatedtype
1 parent dcdc74e commit 24453b2

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)