[PR #197] [MERGED] Fix clippy error #305

Closed
opened 2026-02-27 20:24:11 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: ramsay_fix_lint_error


📝 Commits (10+)

📊 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 clippy errors

Motivation and Context

Fix failed clippy errors.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/197 **Author:** [@ramsayleung](https://github.com/ramsayleung) **Created:** 4/5/2021 **Status:** ✅ Merged **Merged:** 4/14/2021 **Merged by:** [@marioortizmanero](https://github.com/marioortizmanero) **Base:** `master` ← **Head:** `ramsay_fix_lint_error` --- ### 📝 Commits (10+) - [`3304734`](https://github.com/ramsayleung/rspotify/commit/33047345b29895409925ee93d3e07b37d4a9d9c9) Making the acronym lowercase. - [`16e51a3`](https://github.com/ramsayleung/rspotify/commit/16e51a3167d4388f3332e128d602ab09b07686d0) Making acronym lowercase. - [`958f8f8`](https://github.com/ramsayleung/rspotify/commit/958f8f85466e10faa5ac22f6644697ae9daf94ba) Making acronym lowercase. - [`d221e46`](https://github.com/ramsayleung/rspotify/commit/d221e46de1634f7acd9859a4a17832a0a7fba05f) Rename BaseHTTPClient to BaseHttpClient. - [`6592a85`](https://github.com/ramsayleung/rspotify/commit/6592a85f42efe479e8e2c7f72d21e09c151a53fc) Update CHANGELOG.md. - [`c958d2f`](https://github.com/ramsayleung/rspotify/commit/c958d2f03722b1c30a9a34940a53696e81c6eda3) fix compile error - [`3d584df`](https://github.com/ramsayleung/rspotify/commit/3d584df1c43278c62aa5594cd66412405271b423) Fix compile error. - [`346780e`](https://github.com/ramsayleung/rspotify/commit/346780e1b42ad58a82c0ddde795b78477168481e) Update CHANGELOG. - [`fd8b0a1`](https://github.com/ramsayleung/rspotify/commit/fd8b0a11f953f9f0e4c2e58d4a23befeb6f5abd7) Update CHANGELOG. - [`e5a9e3d`](https://github.com/ramsayleung/rspotify/commit/e5a9e3d0873f1757ee325006990f2d4fd08a519d) Remove unnessary record. ### 📊 Changes **9 files changed** (+29 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Description Making acronym lowercase, fix the failed `cargo clippy` errors ## Motivation and Context Fix failed `clippy` errors. ## Dependencies ## Type of change Please delete options that are not relevant. ## How Has This Been Tested? Check if the CI pass or not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#305
No description provided.