[PR #1235] [MERGED] clippy updates for rust 1.47 #2115

Closed
opened 2026-03-16 05:49:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1235
Author: @bluejekyll
Created: 10/9/2020
Status: Merged
Merged: 10/10/2020
Merged by: @djc

Base: mainHead: clippy_1.47


📝 Commits (3)

  • d53381e clippy updates for rust 1.47
  • 905cd6e fix the other clippy warning issues.
  • 69fd8a4 cleanup repeated element and vec extends

📊 Changes

13 files changed (+83 additions, -104 deletions)

View changed files

📝 crates/client/src/rr/dnssec/keypair.rs (+5 -4)
📝 crates/https/src/https_server.rs (+1 -1)
📝 crates/proto/src/error.rs (+1 -4)
📝 crates/proto/src/rr/domain/label.rs (+7 -7)
📝 crates/proto/src/rr/domain/name.rs (+4 -5)
📝 crates/proto/src/rr/rdata/caa.rs (+8 -39)
📝 crates/proto/src/rr/record_type.rs (+1 -4)
📝 crates/proto/src/rr/resource.rs (+41 -9)
📝 crates/proto/src/rr/rr_set.rs (+1 -4)
📝 crates/proto/src/xfer/dns_response.rs (+6 -6)
📝 crates/resolver/src/name_server/name_server_pool.rs (+1 -5)
📝 crates/server/src/authority/error.rs (+3 -12)
📝 crates/server/src/authority/zone_type.rs (+4 -4)

📄 Description

No description provided


🔄 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/1235 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/9/2020 **Status:** ✅ Merged **Merged:** 10/10/2020 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `clippy_1.47` --- ### 📝 Commits (3) - [`d53381e`](https://github.com/hickory-dns/hickory-dns/commit/d53381edda7e2c787789b4d5704724cc5f24199b) clippy updates for rust 1.47 - [`905cd6e`](https://github.com/hickory-dns/hickory-dns/commit/905cd6e2cf5e45cbf79abda6198c06c0987a13a5) fix the other clippy warning issues. - [`69fd8a4`](https://github.com/hickory-dns/hickory-dns/commit/69fd8a47ed8fdf336777a59e548f1dcf8052a9ad) cleanup repeated element and vec extends ### 📊 Changes **13 files changed** (+83 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/rr/dnssec/keypair.rs` (+5 -4) 📝 `crates/https/src/https_server.rs` (+1 -1) 📝 `crates/proto/src/error.rs` (+1 -4) 📝 `crates/proto/src/rr/domain/label.rs` (+7 -7) 📝 `crates/proto/src/rr/domain/name.rs` (+4 -5) 📝 `crates/proto/src/rr/rdata/caa.rs` (+8 -39) 📝 `crates/proto/src/rr/record_type.rs` (+1 -4) 📝 `crates/proto/src/rr/resource.rs` (+41 -9) 📝 `crates/proto/src/rr/rr_set.rs` (+1 -4) 📝 `crates/proto/src/xfer/dns_response.rs` (+6 -6) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+1 -5) 📝 `crates/server/src/authority/error.rs` (+3 -12) 📝 `crates/server/src/authority/zone_type.rs` (+4 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 05:49:34 +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#2115
No description provided.