mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #237] [MERGED] Generated futures are now Send #331
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#331
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/237
Author: @marioortizmanero
Created: 8/7/2021
Status: ✅ Merged
Merged: 8/7/2021
Merged by: @ramsayleung
Base:
master← Head:send-futures📝 Commits (2)
627c99eGenerated futures are now Send41b37d8Merge branch 'master' into send-futures📊 Changes
5 files changed (+39 additions, -39 deletions)
View changed files
📝
rspotify-model/src/idtypes.rs(+1 -1)📝
src/auth_code.rs(+2 -2)📝
src/auth_code_pkce.rs(+1 -1)📝
src/clients/base.rs(+13 -13)📝
src/clients/oauth.rs(+22 -22)📄 Description
Fixes #236
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Into<&'static str>for all enums #402