[PR #1765] [CLOSED] clippy updates for cleanliness 8-15-2022 #2589

Closed
opened 2026-03-16 10:43:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1765
Author: @bluejekyll
Created: 8/15/2022
Status: Closed

Base: mainHead: fix-clippy-self


📝 Commits (1)

  • 023d5c9 clippy updates for cleanliness 8-15-2022

📊 Changes

28 files changed (+62 additions, -63 deletions)

View changed files

📝 crates/client/src/client/async_client.rs (+1 -2)
📝 crates/client/src/client/client_connection.rs (+2 -2)
📝 crates/client/src/op/lower_query.rs (+1 -1)
📝 crates/client/src/rr/dnssec/keypair.rs (+10 -10)
📝 crates/proto/src/https/https_client_stream.rs (+6 -6)
📝 crates/proto/src/op/edns.rs (+1 -1)
📝 crates/proto/src/op/message.rs (+2 -2)
📝 crates/proto/src/rr/dnssec/ec_public_key.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/rsa_public_key.rs (+1 -1)
📝 crates/proto/src/rr/rr_set.rs (+2 -2)
📝 crates/proto/src/serialize/binary/decoder.rs (+1 -1)
📝 crates/proto/src/xfer/dns_exchange.rs (+3 -3)
📝 crates/proto/src/xfer/dns_request.rs (+1 -1)
📝 crates/proto/src/xfer/mod.rs (+3 -3)
📝 crates/resolver/src/lookup.rs (+4 -4)
📝 crates/resolver/src/name_server/name_server_pool.rs (+5 -5)
📝 crates/server/src/authority/auth_lookup.rs (+2 -2)
📝 crates/server/src/authority/authority_object.rs (+2 -2)
📝 crates/server/src/authority/catalog.rs (+1 -1)
📝 crates/server/src/authority/error.rs (+2 -2)

...and 8 more files

📄 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/1765 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 8/15/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-clippy-self` --- ### 📝 Commits (1) - [`023d5c9`](https://github.com/hickory-dns/hickory-dns/commit/023d5c986d23bccd0210162600a1b6a61c4ff7f6) clippy updates for cleanliness 8-15-2022 ### 📊 Changes **28 files changed** (+62 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/async_client.rs` (+1 -2) 📝 `crates/client/src/client/client_connection.rs` (+2 -2) 📝 `crates/client/src/op/lower_query.rs` (+1 -1) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+10 -10) 📝 `crates/proto/src/https/https_client_stream.rs` (+6 -6) 📝 `crates/proto/src/op/edns.rs` (+1 -1) 📝 `crates/proto/src/op/message.rs` (+2 -2) 📝 `crates/proto/src/rr/dnssec/ec_public_key.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/rsa_public_key.rs` (+1 -1) 📝 `crates/proto/src/rr/rr_set.rs` (+2 -2) 📝 `crates/proto/src/serialize/binary/decoder.rs` (+1 -1) 📝 `crates/proto/src/xfer/dns_exchange.rs` (+3 -3) 📝 `crates/proto/src/xfer/dns_request.rs` (+1 -1) 📝 `crates/proto/src/xfer/mod.rs` (+3 -3) 📝 `crates/resolver/src/lookup.rs` (+4 -4) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+5 -5) 📝 `crates/server/src/authority/auth_lookup.rs` (+2 -2) 📝 `crates/server/src/authority/authority_object.rs` (+2 -2) 📝 `crates/server/src/authority/catalog.rs` (+1 -1) 📝 `crates/server/src/authority/error.rs` (+2 -2) _...and 8 more files_ </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 10:43:18 +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#2589
No description provided.