mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #268] [MERGED] Prettier docs #360
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#360
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/268
Author: @marioortizmanero
Created: 10/11/2021
Status: ✅ Merged
Merged: 10/12/2021
Merged by: @ramsayleung
Base:
master← Head:pretty-docs📝 Commits (1)
c13f6f7Prettier docs📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
Cargo.toml(+5 -2)📄 Description
Description
We currently generate the docs for
docs.rswith the reqwest client. Unfortunately, since that uses async-trait, the function signatures are horrifying:So this just enables
client-ureqfor the docs:Much better!
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
cargo doc --no-default-features --features=cli,env-file,client-ureq --open🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.