[PR #488] [MERGED] refactor: Fix clippy warnings #508

Closed
opened 2026-06-08 11:28:56 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/488
Author: @frendsick
Created: 4/20/2025
Status: Merged
Merged: 4/20/2025
Merged by: @bootandy

Base: masterHead: refactor/fix-clippy-warnings


📝 Commits (2)

  • 561891c refactor: Use repeat_n instead of repeat and take
  • ddc4672 refactor: Remove unnecessary let binding

📊 Changes

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

View changed files

📝 src/display.rs (+6 -9)

📄 Description

The PR fixes the failing style-related CI/CD actions.


🔄 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/bootandy/dust/pull/488 **Author:** [@frendsick](https://github.com/frendsick) **Created:** 4/20/2025 **Status:** ✅ Merged **Merged:** 4/20/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `refactor/fix-clippy-warnings` --- ### 📝 Commits (2) - [`561891c`](https://github.com/bootandy/dust/commit/561891c47e517187faf295f9be6e07c85b74317f) refactor: Use `repeat_n` instead of `repeat` and `take` - [`ddc4672`](https://github.com/bootandy/dust/commit/ddc46729b160ffeebfeca397f51a66d29407fedd) refactor: Remove unnecessary let binding ### 📊 Changes **1 file changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+6 -9) </details> ### 📄 Description The PR fixes the failing style-related CI/CD actions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:56 +03:00
zhus closed this issue 2026-06-08 11:28:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#508