Skip to content

gnome-podcasts: DRY out From impls in errors

Ty Coghlan requested to merge Ophirr33/podcasts:master into master

From impls for errors generally just take some error type and map it into a variant of some podcast error enum. This removes the duplicate impls by using a pattern macro to make the impls from the type of the enum, the given error type, and the desired enum variant.

This is really just a style thing, feel free to just close this if it feels unnecessary.

Merge request reports