mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #94] [MERGED] Rustfmt #1240
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#1240
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/94
Author: @bluejekyll
Created: 2/25/2017
Status: ✅ Merged
Merged: 2/26/2017
Merged by: @bluejekyll
Base:
master← Head:rustfmt📝 Commits (5)
cf0cd21rustfmt of clientd07796frustfmt server61d0dabupdate changelog518cf68remove .editorconfig in favor of rustfmt2bb47a1fmt missed a file📊 Changes
94 files changed (+18581 additions, -14912 deletions)
View changed files
➖
.editorconfig(+0 -20)📝
CHANGELOG.md(+1 -0)📝
client/src/client/client.rs(+382 -368)📝
client/src/client/client_connection.rs(+3 -3)📝
client/src/client/client_future.rs(+832 -781)📝
client/src/client/memoize_client_handle.rs(+78 -66)📝
client/src/client/mod.rs(+2 -1)📝
client/src/client/rc_future.rs(+60 -50)📝
client/src/client/retry_client_handle.rs(+107 -84)📝
client/src/client/secure_client_handle.rs(+454 -396)📝
client/src/error/client_error.rs(+16 -16)📝
client/src/error/decode_error.rs(+3 -3)📝
client/src/error/dnssec_error.rs(+30 -26)📝
client/src/error/parse_error.rs(+1 -1)📝
client/src/lib.rs(+28 -19)📝
client/src/logger.rs(+31 -24)📝
client/src/op/edns.rs(+130 -98)📝
client/src/op/header.rs(+424 -281)📝
client/src/op/message.rs(+714 -544)📝
client/src/op/op_code.rs(+26 -26)...and 74 more files
📄 Description
Reformatting all code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.