mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #233] [MERGED] Fix new clippy warnings about references #329
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#329
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/233
Author: @marioortizmanero
Created: 7/15/2021
Status: ✅ Merged
Merged: 7/15/2021
Merged by: @ramsayleung
Base:
master← Head:fix-clippy📝 Commits (1)
8dfd773Fix new clippy warnings📊 Changes
3 files changed (+5 additions, -5 deletions)
View changed files
📝
rspotify-http/src/ureq.rs(+2 -2)📝
src/clients/base.rs(+1 -1)📝
src/clients/oauth.rs(+2 -2)📄 Description
Description
Clippy apparently includes new warnings about references to references and similars. This PR fixes all of them so that the CI continues to pass.
Dependencies
None
Type of change
How Has This Been Tested?
The clippy CI passes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
build_json!with a JSON builder API #403