[PR #1303] [MERGED] clippy updates for rust 1.48 #2181

Closed
opened 2026-03-16 06:58:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1303
Author: @bluejekyll
Created: 11/24/2020
Status: Merged
Merged: 11/24/2020
Merged by: @bluejekyll

Base: mainHead: clippy-for-1.48


📝 Commits (1)

  • 93e7be9 clippy updates for rust 1.48

📊 Changes

18 files changed (+70 additions, -111 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 bin/src/named.rs (+3 -5)
📝 crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs (+3 -3)
📝 crates/client/src/serialize/txt/rdata_parsers/tlsa.rs (+2 -2)
📝 crates/client/src/serialize/txt/zone.rs (+1 -1)
📝 crates/client/src/serialize/txt/zone_lex.rs (+3 -3)
📝 crates/https/src/https_client_stream.rs (+6 -6)
📝 crates/https/src/https_server.rs (+3 -3)
📝 crates/proto/src/serialize/binary/restrict.rs (+9 -9)
📝 crates/resolver/src/async_resolver.rs (+2 -2)
📝 crates/resolver/src/dns_lru.rs (+1 -1)
📝 crates/resolver/src/hosts.rs (+4 -4)
📝 crates/resolver/src/lookup.rs (+13 -53)
📝 crates/resolver/src/lookup_ip.rs (+1 -1)
📝 crates/resolver/src/name_server/name_server_pool.rs (+15 -15)
📝 crates/server/src/server/https_handler.rs (+1 -1)
📝 crates/server/src/server/server_future.rs (+1 -1)
📝 tests/integration-tests/tests/lookup_tests.rs (+1 -1)

📄 Description

Updates for clippy in 1.48


🔄 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/1303 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 11/24/2020 **Status:** ✅ Merged **Merged:** 11/24/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `clippy-for-1.48` --- ### 📝 Commits (1) - [`93e7be9`](https://github.com/hickory-dns/hickory-dns/commit/93e7be9a0dc58b6f215570c0010b02989f6d3bda) clippy updates for rust 1.48 ### 📊 Changes **18 files changed** (+70 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `bin/src/named.rs` (+3 -5) 📝 `crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs` (+3 -3) 📝 `crates/client/src/serialize/txt/rdata_parsers/tlsa.rs` (+2 -2) 📝 `crates/client/src/serialize/txt/zone.rs` (+1 -1) 📝 `crates/client/src/serialize/txt/zone_lex.rs` (+3 -3) 📝 `crates/https/src/https_client_stream.rs` (+6 -6) 📝 `crates/https/src/https_server.rs` (+3 -3) 📝 `crates/proto/src/serialize/binary/restrict.rs` (+9 -9) 📝 `crates/resolver/src/async_resolver.rs` (+2 -2) 📝 `crates/resolver/src/dns_lru.rs` (+1 -1) 📝 `crates/resolver/src/hosts.rs` (+4 -4) 📝 `crates/resolver/src/lookup.rs` (+13 -53) 📝 `crates/resolver/src/lookup_ip.rs` (+1 -1) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+15 -15) 📝 `crates/server/src/server/https_handler.rs` (+1 -1) 📝 `crates/server/src/server/server_future.rs` (+1 -1) 📝 `tests/integration-tests/tests/lookup_tests.rs` (+1 -1) </details> ### 📄 Description Updates for clippy in 1.48 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 06:58:26 +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#2181
No description provided.