[PR #3330] [MERGED] tree-wide: reduce open-coded fs::read_to_string() to fs::read_to_string()/fs::read() #3751

Closed
opened 2026-03-16 12:00:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3330
Author: @nabijaczleweli
Created: 10/25/2025
Status: Merged
Merged: 10/25/2025
Merged by: @cpu

Base: mainHead: main


📝 Commits (1)

  • 2377156 tree-wide: reduce open-coded fs::read_to_string() to fs::read_to_string()/fs::read()

📊 Changes

4 files changed (+10 additions, -25 deletions)

View changed files

📝 bin/src/lib.rs (+4 -9)
📝 bin/tests/integration/config_tests.rs (+2 -5)
📝 crates/resolver/src/system_conf/unix.rs (+2 -6)
📝 crates/server/src/store/recursor.rs (+2 -5)

📄 Description

No description provided


🔄 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/3330 **Author:** [@nabijaczleweli](https://github.com/nabijaczleweli) **Created:** 10/25/2025 **Status:** ✅ Merged **Merged:** 10/25/2025 **Merged by:** [@cpu](https://github.com/cpu) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`2377156`](https://github.com/hickory-dns/hickory-dns/commit/23771564159f78a3fb3ce9d4872243e56540ba46) tree-wide: reduce open-coded fs::read_to_string() to fs::read_to_string()/fs::read() ### 📊 Changes **4 files changed** (+10 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `bin/src/lib.rs` (+4 -9) 📝 `bin/tests/integration/config_tests.rs` (+2 -5) 📝 `crates/resolver/src/system_conf/unix.rs` (+2 -6) 📝 `crates/server/src/store/recursor.rs` (+2 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:00:46 +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#3751
No description provided.