mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #123] [MERGED] Replace failure with anyhow and thiserror #258
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#258
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/123
Author: @arlyon
Created: 9/6/2020
Status: ✅ Merged
Merged: 9/9/2020
Merged by: @ramsayleung
Base:
master← Head:remove-failure📝 Commits (2)
1546e63Remove failure in favour of thiserror and explicit error typesfa3d0b1Update changelog📊 Changes
4 files changed (+288 additions, -418 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.toml(+1 -1)📝
src/blocking/client.rs(+142 -208)📝
src/client.rs(+144 -209)📄 Description
As described in #122 ,
failureis deprecated. This replaces it with anyhow and thiserror.Closes #122
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.