[PR #968] [MERGED] Silence compiler warning #1169

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/968
Author: @JasonLG1979
Created: 2/23/2022
Status: Merged
Merged: 3/4/2022
Merged by: @roderickvd

Base: new-apiHead: silence-compiler-warning


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -6 deletions)

View changed files

📝 core/src/dealer/mod.rs (+1 -6)

📄 Description

The split variable in split_uri only needs to be mut for debug builds. The compiler will complain about the unused mut while building a release.


🔄 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/968 **Author:** [@JasonLG1979](https://github.com/JasonLG1979) **Created:** 2/23/2022 **Status:** ✅ Merged **Merged:** 3/4/2022 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `new-api` ← **Head:** `silence-compiler-warning` --- ### 📝 Commits (1) - [`30c960a`](https://github.com/librespot-org/librespot/commit/30c960a6cd429914137229f1e3670e590d30f6ad) Silence compiler warning ### 📊 Changes **1 file changed** (+1 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `core/src/dealer/mod.rs` (+1 -6) </details> ### 📄 Description The `split` variable in `split_uri` only needs to be `mut` for debug builds. The compiler will complain about the unused mut while building a release. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:25 +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#1169
No description provided.