Serene-Arc / listenbrainz-playlist-uploader

A program to upload playlists to Listenbrainz and give feedback in bulk
MIT License
4 stars 1 forks source link

Run cargo clippy #1

Closed SalsaGal closed 8 months ago

SalsaGal commented 8 months ago

Just ran cargo clippy for some simple linting and formatting, nothing big changed. The audio_data::test::test_get_recording_mbid_general_2 failed, but it did before my changes, so I'm assuming that's not my fault :sweat_smile:

Serene-Arc commented 8 months ago

Nope that's just a failing test and I have no idea what to do to fix it. But the failing test is a reminder to fix it or disable the test at some point.

Serene-Arc commented 8 months ago

I didn't know about clippy but i'll add it to my list of commands to do!