oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

Fixed #38: Corrected wrong date format #39

Closed hypfvieh closed 3 years ago

oknozor commented 3 years ago

Could you add suggested clippy fix ?

hypfvieh commented 3 years ago

I don't think that my changes messed up clippy. I just removed the % sign using vi. The clippy error was already present in your previous commit. I fixed the suggestions. It reported "warnings" because of semicolons on lines I didn't change (e.g. in browser_deserializer.rs)

oknozor commented 3 years ago

Sorry I didn't notice before but can you rewrite your commit messages to respect the conventional commit specification ?