[PR #603] [MERGED] Enable clippy on stable #1550

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/603
Author: @bluejekyll
Created: 11/3/2018
Status: Merged
Merged: 11/10/2018
Merged by: @bluejekyll

Base: masterHead: enable-clippy-on-stable


📝 Commits (10+)

📊 Changes

112 files changed (+1447 additions, -1603 deletions)

View changed files

📝 .travis.yml (+1 -3)
📝 crates/client/src/client/client.rs (+1 -1)
📝 crates/client/src/client/client_future.rs (+2 -2)
📝 crates/client/src/client/memoize_client_handle.rs (+3 -3)
📝 crates/client/src/client/rc_future.rs (+3 -2)
📝 crates/client/src/error/client_error.rs (+1 -1)
📝 crates/client/src/https_client_connection.rs (+6 -0)
📝 crates/client/src/rr/dnssec/key_format.rs (+51 -59)
📝 crates/client/src/rr/dnssec/keypair.rs (+94 -99)
📝 crates/client/src/rr/dnssec/signer.rs (+17 -17)
📝 crates/client/src/rr/lower_name.rs (+10 -6)
📝 crates/client/src/rr/rr_key.rs (+1 -4)
📝 crates/client/src/serialize/txt/master_lex.rs (+33 -29)
📝 crates/https/src/https_client_stream.rs (+7 -1)
📝 crates/https/src/https_server.rs (+2 -2)
📝 crates/https/src/request.rs (+2 -2)
📝 crates/native-tls/src/tests.rs (+9 -11)
📝 crates/native-tls/src/tls_client_stream.rs (+7 -1)
📝 crates/native-tls/src/tls_stream.rs (+1 -0)
📝 crates/openssl/src/tls_client_stream.rs (+7 -1)

...and 80 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/603 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 11/3/2018 **Status:** ✅ Merged **Merged:** 11/10/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `enable-clippy-on-stable` --- ### 📝 Commits (10+) - [`e6fc23b`](https://github.com/hickory-dns/hickory-dns/commit/e6fc23bfd633a602f253cef06b43874df42ce2ae) add clippy to stable builds - [`7042f03`](https://github.com/hickory-dns/hickory-dns/commit/7042f03ecaed6263a3c6b45a254933af67df2308) add clippy run to stable - [`fbf3b5d`](https://github.com/hickory-dns/hickory-dns/commit/fbf3b5dd813dc31c96d2a43c00a9a377c0a5ffbd) fix clippy::range-plus-one - [`25b2124`](https://github.com/hickory-dns/hickory-dns/commit/25b21243c55f652f32a5a2112caae7cbef16f5c6) fix clippy::bool-comparison - [`0f95020`](https://github.com/hickory-dns/hickory-dns/commit/0f95020f29e1af07f4c7e07e32544b249112b3dd) fix dead-code - [`e6588f8`](https://github.com/hickory-dns/hickory-dns/commit/e6588f8771d01111d9035f94ee03972841cd06d7) fix unused-imports - [`923cc8c`](https://github.com/hickory-dns/hickory-dns/commit/923cc8c39cc7ecadc81b5e215e9f404b6a9d4499) fix clippy::needless-collect - [`c5cb2fd`](https://github.com/hickory-dns/hickory-dns/commit/c5cb2fda1a21e18301d637b84cafd1aeeb6a99a7) fix clippy::map-clone - [`af7c300`](https://github.com/hickory-dns/hickory-dns/commit/af7c30032bcd62c12176c48687f56cb679585b60) fix clippy::explicit-counter-loop - [`f21e54f`](https://github.com/hickory-dns/hickory-dns/commit/f21e54f7db39be5af4b7267bab5b9c893ba2c8ce) fix clippy::ok-expect ### 📊 Changes **112 files changed** (+1447 additions, -1603 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -3) 📝 `crates/client/src/client/client.rs` (+1 -1) 📝 `crates/client/src/client/client_future.rs` (+2 -2) 📝 `crates/client/src/client/memoize_client_handle.rs` (+3 -3) 📝 `crates/client/src/client/rc_future.rs` (+3 -2) 📝 `crates/client/src/error/client_error.rs` (+1 -1) 📝 `crates/client/src/https_client_connection.rs` (+6 -0) 📝 `crates/client/src/rr/dnssec/key_format.rs` (+51 -59) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+94 -99) 📝 `crates/client/src/rr/dnssec/signer.rs` (+17 -17) 📝 `crates/client/src/rr/lower_name.rs` (+10 -6) 📝 `crates/client/src/rr/rr_key.rs` (+1 -4) 📝 `crates/client/src/serialize/txt/master_lex.rs` (+33 -29) 📝 `crates/https/src/https_client_stream.rs` (+7 -1) 📝 `crates/https/src/https_server.rs` (+2 -2) 📝 `crates/https/src/request.rs` (+2 -2) 📝 `crates/native-tls/src/tests.rs` (+9 -11) 📝 `crates/native-tls/src/tls_client_stream.rs` (+7 -1) 📝 `crates/native-tls/src/tls_stream.rs` (+1 -0) 📝 `crates/openssl/src/tls_client_stream.rs` (+7 -1) _...and 80 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:12:27 +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#1550
No description provided.