[PR #42] [MERGED] Cleanup code & fix issue #270

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/42
Author: @bootandy
Created: 12/5/2019
Status: Merged
Merged: 12/7/2019
Merged by: @bootandy

Base: masterHead: cleanup


📝 Commits (4)

📊 Changes

8 files changed (+120 additions, -47 deletions)

View changed files

📝 Cargo.lock (+26 -26)
📝 src/display.rs (+1 -0)
📝 src/main.rs (+4 -3)
src/test_dir2/dir/hello (+1 -0)
src/test_dir2/dir_name_clash (+1 -0)
src/test_dir2/dir_substring/hello (+1 -0)
📝 src/tests.rs (+44 -2)
📝 src/utils/mod.rs (+42 -16)

📄 Description

Potentially fix https://github.com/bootandy/dust/issues/41


🔄 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/42 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/5/2019 **Status:** ✅ Merged **Merged:** 12/7/2019 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `cleanup` --- ### 📝 Commits (4) - [`7ba91a4`](https://github.com/bootandy/dust/commit/7ba91a4a22bdf8466e6c7752cd4d888c2efd62dc) Rename variable - [`5535478`](https://github.com/bootandy/dust/commit/5535478fe8bf157e430a7f7dcce684216cd27ba6) Fix substring bug - [`78119ab`](https://github.com/bootandy/dust/commit/78119aba0f75ab6f527c7049e190f61a24798991) Mark function as ignored by clippy - [`b4b73e4`](https://github.com/bootandy/dust/commit/b4b73e45f3ace61b0089d5d00e5ec05830b56ab6) Cargo update ### 📊 Changes **8 files changed** (+120 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+26 -26) 📝 `src/display.rs` (+1 -0) 📝 `src/main.rs` (+4 -3) ➕ `src/test_dir2/dir/hello` (+1 -0) ➕ `src/test_dir2/dir_name_clash` (+1 -0) ➕ `src/test_dir2/dir_substring/hello` (+1 -0) 📝 `src/tests.rs` (+44 -2) 📝 `src/utils/mod.rs` (+42 -16) </details> ### 📄 Description Potentially fix https://github.com/bootandy/dust/issues/41 --- <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:26:38 +03:00
zhus closed this issue 2026-06-08 11:26:38 +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#270