mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #197] [MERGED] Fix clippy error #305
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#305
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/197
Author: @ramsayleung
Created: 4/5/2021
Status: ✅ Merged
Merged: 4/14/2021
Merged by: @marioortizmanero
Base:
master← Head:ramsay_fix_lint_error📝 Commits (10+)
3304734Making the acronym lowercase.16e51a3Making acronym lowercase.958f8f8Making acronym lowercase.d221e46Rename BaseHTTPClient to BaseHttpClient.6592a85Update CHANGELOG.md.c958d2ffix compile error3d584dfFix compile error.346780eUpdate CHANGELOG.fd8b0a1Update CHANGELOG.e5a9e3dRemove unnessary record.📊 Changes
9 files changed (+29 additions, -24 deletions)
View changed files
📝
CHANGELOG.md(+7 -2)📝
src/client.rs(+6 -6)📝
src/http/mod.rs(+1 -1)📝
src/http/reqwest.rs(+4 -4)📝
src/http/ureq.rs(+2 -2)📝
src/lib.rs(+4 -4)📝
src/model/enums/country.rs(+1 -1)📝
src/model/enums/types.rs(+3 -3)📝
src/oauth2.rs(+1 -1)📄 Description
Description
Making acronym lowercase, fix the failed
cargo clippyerrorsMotivation and Context
Fix failed
clippyerrors.Dependencies
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Check if the CI pass or not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.