mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #352] [CLOSED] Rustfmt #885
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#885
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/librespot-org/librespot/pull/352
Author: @ashthespy
Created: 7/16/2019
Status: ❌ Closed
Base:
dev← Head:rustfmt📝 Commits (3)
1f7ad99Updaterustfmt.tomland add checks to travis2e9e793[rustfmt] Format entire codebase11e92a3[ci skip] Update Readme and Contributing to be more consistent📊 Changes
26 files changed (+127 additions, -132 deletions)
View changed files
📝
.travis.yml(+2 -0)📝
CONTRIBUTING.md(+14 -39)📝
README.md(+19 -5)📝
audio/src/decrypt.rs(+3 -6)📝
audio/src/fetch.rs(+1 -1)📝
audio/src/lib.rs(+1 -1)📝
connect/src/discovery.rs(+25 -25)📝
connect/src/lib.rs(+2 -2)📝
core/build.rs(+5 -2)📝
core/src/apresolve.rs(+1 -1)📝
core/src/authentication.rs(+4 -4)📝
core/src/connection/handshake.rs(+4 -6)📝
core/src/connection/mod.rs(+1 -1)📝
core/src/lib.rs(+4 -4)📝
core/src/mercury/types.rs(+2 -1)📝
core/src/proxytunnel.rs(+2 -1)📝
core/src/session.rs(+4 -3)📝
playback/src/audio_backend/alsa.rs(+2 -1)📝
playback/src/audio_backend/portaudio.rs(+4 -2)📝
playback/src/audio_backend/rodio.rs(+9 -8)...and 6 more files
📄 Description
rustfmtisseems to be much more stable than when it was removed back in https://github.com/librespot-org/librespot/issues/208This PR:
reorder_imports_in_groupas it's now combined withreorder_importsrustfmtchecks to Travis (only for stable)rustfmt 1.2.2-stable)Contributing.md(andReadme.mdwhile I was at it)nightlyrequirement for development - asrustfmtis available on the stable channel. Or was there other reasons for thenightlyrequirement?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.