[PR #748] [MERGED] fix clippy warnings from 1.34 #1653

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/748
Author: @bluejekyll
Created: 4/14/2019
Status: Merged
Merged: 4/14/2019
Merged by: @bluejekyll

Base: masterHead: fix-rust-1.34-warnings


📝 Commits (2)

  • 38068b0 fix clippy warnings from 1.34
  • 0298c70 fix clippy warnings from 1.34

📊 Changes

44 files changed (+362 additions, -317 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 crates/client/src/client/client.rs (+1 -3)
📝 crates/client/src/rr/dnssec/keypair.rs (+90 -82)
📝 crates/client/src/rr/dnssec/signer.rs (+18 -18)
📝 crates/client/src/serialize/txt/master.rs (+3 -4)
📝 crates/client/src/serialize/txt/rdata_parsers/naptr.rs (+3 -3)
📝 crates/client/src/serialize/txt/rdata_parsers/txt.rs (+1 -1)
📝 crates/https/src/https_server.rs (+13 -8)
📝 crates/openssl/src/tls_server.rs (+1 -1)
📝 crates/proto/src/multicast/mdns_stream.rs (+2 -2)
📝 crates/proto/src/op/message.rs (+3 -3)
📝 crates/proto/src/rr/dnssec/digest_type.rs (+3 -3)
📝 crates/proto/src/rr/dnssec/public_key.rs (+18 -12)
📝 crates/proto/src/rr/domain/name.rs (+4 -4)
📝 crates/proto/src/rr/record_type.rs (+3 -1)
📝 crates/proto/src/serialize/binary/decoder.rs (+3 -2)
📝 crates/proto/src/serialize/binary/encoder.rs (+3 -3)
📝 crates/proto/src/xfer/dns_handle.rs (+1 -1)
📝 crates/proto/src/xfer/secure_dns_handle.rs (+4 -4)
📝 crates/resolver/src/async_resolver/background.rs (+1 -1)

...and 24 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/748 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/14/2019 **Status:** ✅ Merged **Merged:** 4/14/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `fix-rust-1.34-warnings` --- ### 📝 Commits (2) - [`38068b0`](https://github.com/hickory-dns/hickory-dns/commit/38068b062f29f1ef3c26ba20a96fa659dd0b4911) fix clippy warnings from 1.34 - [`0298c70`](https://github.com/hickory-dns/hickory-dns/commit/0298c707867330a525cc081f7f826078b71eee86) fix clippy warnings from 1.34 ### 📊 Changes **44 files changed** (+362 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `crates/client/src/client/client.rs` (+1 -3) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+90 -82) 📝 `crates/client/src/rr/dnssec/signer.rs` (+18 -18) 📝 `crates/client/src/serialize/txt/master.rs` (+3 -4) 📝 `crates/client/src/serialize/txt/rdata_parsers/naptr.rs` (+3 -3) 📝 `crates/client/src/serialize/txt/rdata_parsers/txt.rs` (+1 -1) 📝 `crates/https/src/https_server.rs` (+13 -8) 📝 `crates/openssl/src/tls_server.rs` (+1 -1) 📝 `crates/proto/src/multicast/mdns_stream.rs` (+2 -2) 📝 `crates/proto/src/op/message.rs` (+3 -3) 📝 `crates/proto/src/rr/dnssec/digest_type.rs` (+3 -3) 📝 `crates/proto/src/rr/dnssec/public_key.rs` (+18 -12) 📝 `crates/proto/src/rr/domain/name.rs` (+4 -4) 📝 `crates/proto/src/rr/record_type.rs` (+3 -1) 📝 `crates/proto/src/serialize/binary/decoder.rs` (+3 -2) 📝 `crates/proto/src/serialize/binary/encoder.rs` (+3 -3) 📝 `crates/proto/src/xfer/dns_handle.rs` (+1 -1) 📝 `crates/proto/src/xfer/secure_dns_handle.rs` (+4 -4) 📝 `crates/resolver/src/async_resolver/background.rs` (+1 -1) _...and 24 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 02:18:08 +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#1653
No description provided.