Anviking / Decodable

[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
MIT License
1.04k stars 73 forks source link

Curried function declaration syntax warning in Swift 2.2 #80

Closed brentleyjones closed 8 years ago

brentleyjones commented 8 years ago

Decodable.swift:53:27: Curried function declaration syntax will be removed in a future version of Swift; use a single parameter list

Anviking commented 8 years ago

Should be fixed with 9c0c78a7ecc74b67a041f7b3e6bbe60de6f2960e, will release a v0.4.2 now though.

Anviking commented 8 years ago

Done!