mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #603] [MERGED] Enable clippy on stable #1550
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#1550
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/603
Author: @bluejekyll
Created: 11/3/2018
Status: ✅ Merged
Merged: 11/10/2018
Merged by: @bluejekyll
Base:
master← Head:enable-clippy-on-stable📝 Commits (10+)
e6fc23badd clippy to stable builds7042f03add clippy run to stablefbf3b5dfix clippy::range-plus-one25b2124fix clippy::bool-comparison0f95020fix dead-codee6588f8fix unused-imports923cc8cfix clippy::needless-collectc5cb2fdfix clippy::map-cloneaf7c300fix clippy::explicit-counter-loopf21e54ffix clippy::ok-expect📊 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.