mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 16:05:53 +03:00
[PR #444] [MERGED] [docs] Add comment explaining required deps #458
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#458
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/444
Author: @beyarkay
Created: 11/4/2023
Status: ✅ Merged
Merged: 11/4/2023
Merged by: @ramsayleung
Base:
master← Head:patch-1📝 Commits (1)
81e27f3[docs] Add comment explaining required deps📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
examples/pagination_async.rs(+3 -0)📄 Description
This is a no-code commit. The
pagination_asyncexample doesn't explicitly say that thefuturesandfutures_utilcrates are required, so I had to do a lil' hunting to figure out what crates I was missing when I tried to copy-paste the code.This commit just adds a comment explaining how to add the required dependencies.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.