woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

Types used as typecasting #14

Closed invinciible closed 4 years ago

invinciible commented 4 years ago

Structure Types if used in typecasting while decoding the Data using Codable protocol using "as" keyword creating a warning.

woshiccm commented 4 years ago

Will take a look at it, thanks

woshiccm commented 4 years ago

Could you show me the code, my English is not very good, so I don’t particularly understand your case.

invinciible commented 4 years ago

Screenshot 2019-12-12 at 5 46 25 PM

Leaves type used on line number 16.

woshiccm commented 4 years ago

fixed