[PR #1508] [MERGED] fix clippy warnings for Rust 1.53 #2378

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1508
Author: @bluejekyll
Created: 6/19/2021
Status: Merged
Merged: 6/19/2021
Merged by: @djc

Base: mainHead: fix-clippy-for-1.53


📝 Commits (1)

  • 48a7168 fix clippy warnings for Rust 1.53

📊 Changes

8 files changed (+17 additions, -33 deletions)

View changed files

📝 crates/client/src/client/async_client.rs (+1 -2)
📝 crates/client/src/rr/dnssec/keypair.rs (+1 -3)
📝 crates/proto/src/op/message.rs (+5 -5)
📝 crates/proto/src/rr/dnssec/mod.rs (+1 -0)
📝 crates/proto/src/serialize/binary/encoder.rs (+2 -3)
📝 crates/server/src/store/sqlite/authority.rs (+2 -3)
📝 crates/server/tests/config_tests.rs (+4 -16)
📝 tests/integration-tests/src/lib.rs (+1 -1)

📄 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/1508 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 6/19/2021 **Status:** ✅ Merged **Merged:** 6/19/2021 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fix-clippy-for-1.53` --- ### 📝 Commits (1) - [`48a7168`](https://github.com/hickory-dns/hickory-dns/commit/48a7168757d9986531e052b568af95227350a1aa) fix clippy warnings for Rust 1.53 ### 📊 Changes **8 files changed** (+17 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/async_client.rs` (+1 -2) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+1 -3) 📝 `crates/proto/src/op/message.rs` (+5 -5) 📝 `crates/proto/src/rr/dnssec/mod.rs` (+1 -0) 📝 `crates/proto/src/serialize/binary/encoder.rs` (+2 -3) 📝 `crates/server/src/store/sqlite/authority.rs` (+2 -3) 📝 `crates/server/tests/config_tests.rs` (+4 -16) 📝 `tests/integration-tests/src/lib.rs` (+1 -1) </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 08:50: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#2378
No description provided.