[PR #2205] [MERGED] address new clippy lint assigning-clones #2882

Closed
opened 2026-03-16 11:13:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2205
Author: @divagant-martian
Created: 5/2/2024
Status: Merged
Merged: 5/2/2024
Merged by: @djc

Base: mainHead: new-clippy


📝 Commits (2)

  • ee5b2b9 address new clippy lint
  • bdad789 address more instances of new clippy lint

📊 Changes

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

View changed files

📝 crates/proto/src/serialize/txt/zone.rs (+1 -1)
📝 crates/resolver/src/name_server/name_server_pool.rs (+2 -2)

📄 Description

New clippy lint is failing on main

The lint is assigning_clones


🔄 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/hickory-dns/hickory-dns/pull/2205 **Author:** [@divagant-martian](https://github.com/divagant-martian) **Created:** 5/2/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `new-clippy` --- ### 📝 Commits (2) - [`ee5b2b9`](https://github.com/hickory-dns/hickory-dns/commit/ee5b2b9c51bc828dd6cd6f38a412d118313dfdc8) address new clippy lint - [`bdad789`](https://github.com/hickory-dns/hickory-dns/commit/bdad789804bc1ac6cac9e42f3a7739adb9e03e48) address more instances of new clippy lint ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/serialize/txt/zone.rs` (+1 -1) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+2 -2) </details> ### 📄 Description New clippy lint is failing on main The lint is [assigning_clones](https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:13:20 +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/hickory-dns#2882
No description provided.