[PR #10] [MERGED] fix(cli): simplify closure to function reference in domain list #14

Closed
opened 2026-03-02 05:12:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gotempsh/temps/pull/10
Author: @dviejokfs
Created: 2/17/2026
Status: Merged
Merged: 2/17/2026
Merged by: @dviejokfs

Base: mainHead: fix/cli-domain-clippy-lint


📝 Commits (1)

  • fb48204 fix(cli): simplify closure to function reference in domain list

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 crates/temps-cli/src/commands/domain.rs (+1 -1)

📄 Description

Summary

  • Simplify .map(|t| format_millis_date(t)) to .map(format_millis_date) in the domain list command, addressing a Clippy lint (redundant_closure)

🔄 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/gotempsh/temps/pull/10 **Author:** [@dviejokfs](https://github.com/dviejokfs) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@dviejokfs](https://github.com/dviejokfs) **Base:** `main` ← **Head:** `fix/cli-domain-clippy-lint` --- ### 📝 Commits (1) - [`fb48204`](https://github.com/gotempsh/temps/commit/fb48204230e971151d8db5ce1181606505649174) fix(cli): simplify closure to function reference in domain list ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/temps-cli/src/commands/domain.rs` (+1 -1) </details> ### 📄 Description ## Summary - Simplify `.map(|t| format_millis_date(t))` to `.map(format_millis_date)` in the domain list command, addressing a Clippy lint (`redundant_closure`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:12:31 +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/temps#14
No description provided.