mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #303] [MERGED] Optional cursors #387
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#387
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/303
Author: @marioortizmanero
Created: 3/7/2022
Status: ✅ Merged
Merged: 3/8/2022
Merged by: @ramsayleung
Base:
master← Head:opt-cursors📝 Commits (5)
802fc53Optional cursors4ace94fAdd to CHANGELOGfff7537Fix clippy4ade173Merge branch 'master' into opt-cursorscc57a40fix changelog📊 Changes
4 files changed (+6 additions, -5 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
rspotify-model/src/page.rs(+1 -1)📝
tests/test_with_credential.rs(+1 -1)📝
tests/test_with_oauth.rs(+1 -3)📄 Description
Description
This makes the
cursorsfield optional. It also fixes a couple new clippy warnings.Motivation and Context
See #301
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
See #301. Furthermore, all tests continue to pass.
Is this change properly documented?
Yes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.