mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #100] [MERGED] Dependencies cleanup #243
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#243
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/100
Author: @marioortizmanero
Created: 7/2/2020
Status: ✅ Merged
Merged: 7/3/2020
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (1)
bc44309Dependencies cleanup📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
Cargo.toml(+1 -3)📄 Description
I was checking out the
Cargo.tomlfile and found a couple dependencies useless, as they aren't used anywhere.randomis a crate that hasn't been updated in four years, and I haven't found any matches of#[derive(Builder)], so it seems useless to me. I obtained these by running the following script I made:I am completely new to the project, so if I'm wrong please let me know. Can anyone check if I missed any other useless dependencies?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.