[PR #805] [MERGED] Fix bare trait warnings. Use dyn. #1697

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/805
Author: @waywardmonkeys
Created: 6/21/2019
Status: Merged
Merged: 6/21/2019
Merged by: @bluejekyll

Base: masterHead: fix-bare-trait-warnings


📝 Commits (2)

  • d63a2e0 Fix bare trait warnings. Use dyn.
  • 7b8c934 Merge branch 'master' into fix-bare-trait-warnings

📊 Changes

43 files changed (+89 additions, -89 deletions)

View changed files

📝 crates/client/src/client/client_future.rs (+3 -3)
📝 crates/client/src/client/memoize_client_handle.rs (+2 -2)
📝 crates/client/src/error/client_error.rs (+1 -1)
📝 crates/client/src/error/dnssec_error.rs (+1 -1)
📝 crates/client/src/error/lexer_error.rs (+1 -1)
📝 crates/client/src/error/parse_error.rs (+1 -1)
📝 crates/https/src/error.rs (+1 -1)
📝 crates/native-tls/src/tls_client_stream.rs (+1 -1)
📝 crates/native-tls/src/tls_stream.rs (+1 -1)
📝 crates/openssl/src/tls_client_stream.rs (+1 -1)
📝 crates/openssl/src/tls_stream.rs (+1 -1)
📝 crates/proto/src/error.rs (+1 -1)
📝 crates/proto/src/tcp/tcp_client_stream.rs (+3 -3)
📝 crates/proto/src/tcp/tcp_stream.rs (+2 -2)
📝 crates/proto/src/udp/udp_stream.rs (+1 -1)
📝 crates/proto/src/xfer/dns_handle.rs (+2 -2)
📝 crates/proto/src/xfer/dns_multiplexer.rs (+6 -6)
📝 crates/proto/src/xfer/retry_dns_handle.rs (+2 -2)
📝 crates/proto/src/xfer/secure_dns_handle.rs (+7 -7)
📝 crates/resolver/src/error.rs (+1 -1)

...and 23 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/805 **Author:** [@waywardmonkeys](https://github.com/waywardmonkeys) **Created:** 6/21/2019 **Status:** ✅ Merged **Merged:** 6/21/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `fix-bare-trait-warnings` --- ### 📝 Commits (2) - [`d63a2e0`](https://github.com/hickory-dns/hickory-dns/commit/d63a2e0cf9923b2d4132448ffebfe26a19cacc27) Fix bare trait warnings. Use dyn. - [`7b8c934`](https://github.com/hickory-dns/hickory-dns/commit/7b8c934fc8287c08615ba340f109b7fd4744e434) Merge branch 'master' into fix-bare-trait-warnings ### 📊 Changes **43 files changed** (+89 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/client_future.rs` (+3 -3) 📝 `crates/client/src/client/memoize_client_handle.rs` (+2 -2) 📝 `crates/client/src/error/client_error.rs` (+1 -1) 📝 `crates/client/src/error/dnssec_error.rs` (+1 -1) 📝 `crates/client/src/error/lexer_error.rs` (+1 -1) 📝 `crates/client/src/error/parse_error.rs` (+1 -1) 📝 `crates/https/src/error.rs` (+1 -1) 📝 `crates/native-tls/src/tls_client_stream.rs` (+1 -1) 📝 `crates/native-tls/src/tls_stream.rs` (+1 -1) 📝 `crates/openssl/src/tls_client_stream.rs` (+1 -1) 📝 `crates/openssl/src/tls_stream.rs` (+1 -1) 📝 `crates/proto/src/error.rs` (+1 -1) 📝 `crates/proto/src/tcp/tcp_client_stream.rs` (+3 -3) 📝 `crates/proto/src/tcp/tcp_stream.rs` (+2 -2) 📝 `crates/proto/src/udp/udp_stream.rs` (+1 -1) 📝 `crates/proto/src/xfer/dns_handle.rs` (+2 -2) 📝 `crates/proto/src/xfer/dns_multiplexer.rs` (+6 -6) 📝 `crates/proto/src/xfer/retry_dns_handle.rs` (+2 -2) 📝 `crates/proto/src/xfer/secure_dns_handle.rs` (+7 -7) 📝 `crates/resolver/src/error.rs` (+1 -1) _...and 23 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:20:35 +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#1697
No description provided.