mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #72] [MERGED] Use Rust 2018 edition #224
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#224
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/72
Author: @Rigellute
Created: 1/29/2020
Status: ✅ Merged
Merged: 1/29/2020
Merged by: @ramsayleung
Base:
master← Head:rust-2018-edition📝 Commits (1)
e6ad368Use Rust 2018 edition📊 Changes
8 files changed (+26 additions, -28 deletions)
View changed files
📝
Cargo.toml(+1 -0)📝
src/spotify/model/album.rs(+7 -8)📝
src/spotify/model/artist.rs(+4 -4)📝
src/spotify/model/context.rs(+1 -3)📝
src/spotify/model/device.rs(+1 -1)📝
src/spotify/model/playlist.rs(+4 -4)📝
src/spotify/model/track.rs(+6 -6)📝
src/spotify/model/user.rs(+2 -2)📄 Description
Async/await requires Rust 2018 edition. This PR therefore prepares
rspotify for implementing async/await.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.