mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #167] [MERGED] explicitly forbid having both client features enabled #282
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#282
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/167
Author: @icewind1991
Created: 12/17/2020
Status: ✅ Merged
Merged: 12/24/2020
Merged by: @marioortizmanero
Base:
master← Head:forbid-both-clients📝 Commits (2)
21bb983explicitly forbid having both client features enabled1675835formatting📊 Changes
1 file changed (+14 additions, -0 deletions)
View changed files
📝
src/lib.rs(+14 -0)📄 Description
Description
Instead of showing various
duplicate definitionerrors when a user tries to compile the library with both client features, provide a meaningful error message explaining that both features can't be enabled at the same time.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.