mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1303] [MERGED] clippy updates for rust 1.48 #2181
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:clippy-for-1.48📝 Commits (1)
93e7be9clippy 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.