Removed unused errors

This commit is contained in:
Antoine Gersant 2019-02-19 19:29:35 -08:00
parent e0d3b3034a
commit f77be4a1e1

View file

@ -40,8 +40,6 @@ error_chain! {
IncorrectCredentials {}
EncodingError {}
MissingLastFMCredentials {}
LastFMAuthError {}
LastFMDeserializationError {}
}
}