mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00
[PR #10] [MERGED] fix(cli): simplify closure to function reference in domain list #14
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#14
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/gotempsh/temps/pull/10
Author: @dviejokfs
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @dviejokfs
Base:
main← Head:fix/cli-domain-clippy-lint📝 Commits (1)
fb48204fix(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
.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.