[PR #1328] [MERGED] Allow renamed-and-removed-lints #1338

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1328
Author: @yubiuser
Created: 9/7/2024
Status: Merged
Merged: 9/7/2024
Merged by: @roderickvd

Base: devHead: allow_removed_lints


📝 Commits (1)

  • ebd4f1c Allow renamed-and-removed-lints

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 .devcontainer/Dockerfile (+1 -1)
📝 .github/workflows/test.yml (+1 -1)

📄 Description

Allow renamed-and-removed-lints for the time being because clippy fails currently for some dependencies warning about

`box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons

See here for such warnings.


🔄 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/1328 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `allow_removed_lints` --- ### 📝 Commits (1) - [`ebd4f1c`](https://github.com/librespot-org/librespot/commit/ebd4f1cdc264d07c2dea706f65f36f8315c10e7f) Allow renamed-and-removed-lints ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/Dockerfile` (+1 -1) 📝 `.github/workflows/test.yml` (+1 -1) </details> ### 📄 Description Allow [renamed-and-removed-lints](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#renamed-and-removed-lints) for the time being because clippy fails currently for some dependencies warning about ``` `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons ``` See [here](https://github.com/librespot-org/librespot/actions/runs/10741132401/job/29792281116?pr=1327) for such warnings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:02:04 +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#1338
No description provided.