mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #48] [MERGED] Remove an unnecessary mut from current_user_saved_tracks_delete #208
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/48
Author: @togatoga
Created: 8/20/2019
Status: ✅ Merged
Merged: 8/22/2019
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (1)
73ba040Remove an unnecessary mut from current_user_saved_tracks_delete📊 Changes
3 files changed (+4 additions, -4 deletions)
View changed files
📝
examples/current_user_saved_tracks_delete.rs(+1 -1)📝
src/spotify/client.rs(+2 -2)📝
tests/test_with_oauth.rs(+1 -1)📄 Description
I found an unnecessary
mutfrom current_user_saved_tracks_delete. It is better to change functions likecurrent_user_saved_tracks_deleteandcurrent_user_saved_albums_deleteto have similar arguments.I removed it and also modified example and test code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.