[PR #3063] [MERGED] fix some clippy::uninlined_format_args findings #3532

Closed
opened 2026-03-16 11:48:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3063
Author: @cpu
Created: 6/17/2025
Status: Merged
Merged: 6/17/2025
Merged by: @djc

Base: mainHead: cpu-inline-fmt-args_dev


📝 Commits (1)

  • 03d51f3 fix some clippy::uninlined_format_args findings

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 fuzz/fuzz_targets/message.rs (+2 -2)
📝 fuzz/fuzz_targets/preserve_rdata.rs (+3 -3)
📝 tests/integration-tests/tests/integration/server_future_tests.rs (+4 -4)

📄 Description

Of the form:

error: variables can be used directly in the `format!` string
  --> fuzz_targets/message.rs:21:17
   |
21 |                 eprintln!("{:?}", original);
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
   = note: `-D clippy::uninlined-format-args` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`

🔄 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/3063 **Author:** [@cpu](https://github.com/cpu) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `cpu-inline-fmt-args_dev` --- ### 📝 Commits (1) - [`03d51f3`](https://github.com/hickory-dns/hickory-dns/commit/03d51f35e1b50e2ab5130f027b898e64abc0d7df) fix some clippy::uninlined_format_args findings ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `fuzz/fuzz_targets/message.rs` (+2 -2) 📝 `fuzz/fuzz_targets/preserve_rdata.rs` (+3 -3) 📝 `tests/integration-tests/tests/integration/server_future_tests.rs` (+4 -4) </details> ### 📄 Description Of the form: ``` error: variables can be used directly in the `format!` string --> fuzz_targets/message.rs:21:17 | 21 | eprintln!("{:?}", original); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `-D clippy::uninlined-format-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]` ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:48:48 +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#3532
No description provided.