mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #510] [MERGED] Fix failed CI job by resolving elided-named-lifetimes clippy rule and fixing failed wasm test. #503
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#503
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/510
Author: @ramsayleung
Created: 12/24/2024
Status: ✅ Merged
Merged: 12/25/2024
Merged by: @ramsayleung
Base:
master← Head:ramsay/fix-clippy-error📝 Commits (8)
0d5b4feFix elided-named-lifetimes clippy rule.b7fe06dFix format error.f5e51d4Allow unreachable pattern for serde alias.0cdaf1ffix unreachable pattern clippy error.66ef592add more verbose output for wasm to help debugb5d01c7Update waasm-pack test command argument40b5d56Upgrade node to 20 to run wasm-pack test.41c3b88Rollback headless and other browser test.📊 Changes
4 files changed (+17 additions, -17 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -0)📝
rspotify-model/src/custom_serde.rs(+1 -1)📝
rspotify-model/src/error.rs(+0 -2)📝
src/clients/base.rs(+14 -14)📄 Description
Description
Fix failed CI job by resolving elided-named-lifetimes clippy rule.
Motivation and Context
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
build succeeded.
Is this change properly documented?
It's unnecessary.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.