[PR #94] [MERGED] Rustfmt #1240

Closed
opened 2026-03-16 01:55:38 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rustfmt


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/94 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/25/2017 **Status:** ✅ Merged **Merged:** 2/26/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `rustfmt` --- ### 📝 Commits (5) - [`cf0cd21`](https://github.com/hickory-dns/hickory-dns/commit/cf0cd212b7dba50f7042de5e2eb11bed7bea71fd) rustfmt of client - [`d07796f`](https://github.com/hickory-dns/hickory-dns/commit/d07796fb1029757b730270a8527f75cb0adea936) rustfmt server - [`61d0dab`](https://github.com/hickory-dns/hickory-dns/commit/61d0dabcd860d08f3d83e124f775fd097fbdd1b4) update changelog - [`518cf68`](https://github.com/hickory-dns/hickory-dns/commit/518cf684d04c74bae29980352a1a8ae9f4f57f34) remove .editorconfig in favor of rustfmt - [`2bb47a1`](https://github.com/hickory-dns/hickory-dns/commit/2bb47a1e2f306eb22e7b629fc5b2b869fe9cacc8) fmt missed a file ### 📊 Changes **94 files changed** (+18581 additions, -14912 deletions) <details> <summary>View changed files</summary> ➖ `.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_ </details> ### 📄 Description Reformatting all code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:55:38 +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#1240
No description provided.