[PR #141] [MERGED] rustfmt #803

Closed
opened 2026-02-27 20:00:00 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rustfmt


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/141 **Author:** [@awiouy](https://github.com/awiouy) **Created:** 2/11/2018 **Status:** ✅ Merged **Merged:** 2/11/2018 **Merged by:** [@plietar](https://github.com/plietar) **Base:** `master` ← **Head:** `rustfmt` --- ### 📝 Commits (3) - [`0d92ac7`](https://github.com/librespot-org/librespot/commit/0d92ac74d1dbb63c6d876d0a00f63961565e4c00) Add rustfmt.toml - [`c9ba73c`](https://github.com/librespot-org/librespot/commit/c9ba73c9ef08002bc9ffd709a482841da0a5ee68) rustfmt: core - [`8658ad3`](https://github.com/librespot-org/librespot/commit/8658ad3a62617a2f63277aa9c55866768314fef4) .travis.yml: add rustfmt ### 📊 Changes **23 files changed** (+298 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description rustfmt applied to core, except component.rs (maximum width exceeded) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#803
No description provided.