[PR #3365] [MERGED] Fix CI on release branch #3776

Closed
opened 2026-03-16 12:02:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3365
Author: @divergentdave
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @divergentdave

Base: release/0.25Head: david/clippy-0.25


📝 Commits (2)

  • e2f2254 replace manual Default impl for enums
  • a536350 Apply clippy suggestions from Rust 1.77

📊 Changes

7 files changed (+24 additions, -71 deletions)

View changed files

📝 conformance/packages/dns-test/src/implementation.rs (+2 -7)
📝 crates/proto/src/dnssec/rdata/key.rs (+6 -21)
📝 crates/proto/src/dnssec/signer.rs (+3 -3)
📝 crates/proto/src/op/response_code.rs (+2 -7)
📝 crates/resolver/src/config.rs (+4 -16)
📝 crates/resolver/src/dns_lru.rs (+3 -3)
📝 crates/server/src/authority/auth_lookup.rs (+4 -14)

📄 Description

This backports some Clippy fixes to the 0.25 release branch.


🔄 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/3365 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@divergentdave](https://github.com/divergentdave) **Base:** `release/0.25` ← **Head:** `david/clippy-0.25` --- ### 📝 Commits (2) - [`e2f2254`](https://github.com/hickory-dns/hickory-dns/commit/e2f225406956052a5fbe9db6a10bdaee683c704a) replace manual Default impl for enums - [`a536350`](https://github.com/hickory-dns/hickory-dns/commit/a536350799597d39d1f2596360e4722ad82d56d5) Apply clippy suggestions from Rust 1.77 ### 📊 Changes **7 files changed** (+24 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `conformance/packages/dns-test/src/implementation.rs` (+2 -7) 📝 `crates/proto/src/dnssec/rdata/key.rs` (+6 -21) 📝 `crates/proto/src/dnssec/signer.rs` (+3 -3) 📝 `crates/proto/src/op/response_code.rs` (+2 -7) 📝 `crates/resolver/src/config.rs` (+4 -16) 📝 `crates/resolver/src/dns_lru.rs` (+3 -3) 📝 `crates/server/src/authority/auth_lookup.rs` (+4 -14) </details> ### 📄 Description This backports some Clippy fixes to the 0.25 release branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:02:07 +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#3776
No description provided.