mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #141] [MERGED] rustfmt #803
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#803
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/141
Author: @awiouy
Created: 2/11/2018
Status: ✅ Merged
Merged: 2/11/2018
Merged by: @plietar
Base:
master← Head:rustfmt📝 Commits (3)
0d92ac7Add rustfmt.tomlc9ba73crustfmt: core8658ad3.travis.yml: add rustfmt📊 Changes
23 files changed (+298 additions, -249 deletions)
View changed files
📝
.travis.yml(+4 -0)📝
core/build.rs(+9 -10)📝
core/src/apresolve.rs(+14 -17)📝
core/src/audio_key.rs(+10 -7)📝
core/src/authentication.rs(+46 -36)📝
core/src/cache.rs(+2 -2)📝
core/src/channel.rs(+3 -3)📝
core/src/component.rs(+4 -4)📝
core/src/config.rs(+5 -6)📝
core/src/connection/codec.rs(+3 -3)📝
core/src/connection/handshake.rs(+29 -18)📝
core/src/connection/mod.rs(+30 -27)📝
core/src/diffie_hellman.rs(+5 -3)📝
core/src/keymaster.rs(+10 -4)📝
core/src/lib.rs(+12 -6)📝
core/src/mercury/mod.rs(+17 -24)📝
core/src/mercury/sender.rs(+1 -1)📝
core/src/mercury/types.rs(+12 -9)📝
core/src/session.rs(+53 -36)📝
core/src/util/int128.rs(+15 -22)...and 3 more files
📄 Description
rustfmt applied to core, except component.rs (maximum width exceeded)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.