[PR #18] [MERGED] Fixes #256

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/18
Author: @bootandy
Created: 5/1/2018
Status: Merged
Merged: 5/2/2018
Merged by: @bootandy

Base: masterHead: fixes


📝 Commits (8)

  • b68c450 use eprintln!
  • c5830c5 Stop using target_os just use target_family
  • 39db8b8 Replace simple match with map_or
  • 8c088a7 Fix: Passing a string into -n will no longer panic
  • 2556885 Rust format
  • 25d1ee7 Remove naked unwrap
  • dba465a Tweak error message
  • 3e9f09e Remove unnecessary path & pathbuf code

📊 Changes

4 files changed (+35 additions, -70 deletions)

View changed files

📝 src/display.rs (+2 -2)
📝 src/main.rs (+17 -11)
📝 src/utils/mod.rs (+6 -9)
📝 src/utils/platform.rs (+10 -48)

📄 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/bootandy/dust/pull/18 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 5/1/2018 **Status:** ✅ Merged **Merged:** 5/2/2018 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (8) - [`b68c450`](https://github.com/bootandy/dust/commit/b68c4507109660e70389ecc0cc014348fa412045) use eprintln! - [`c5830c5`](https://github.com/bootandy/dust/commit/c5830c5d00083a40c592fa52d2c7ad140d9c0fe2) Stop using target_os just use target_family - [`39db8b8`](https://github.com/bootandy/dust/commit/39db8b86fdd7532359ce4f09bc07f4c32e24688b) Replace simple match with map_or - [`8c088a7`](https://github.com/bootandy/dust/commit/8c088a70269825b04528e188284e22dc70b6e2ae) Fix: Passing a string into -n will no longer panic - [`2556885`](https://github.com/bootandy/dust/commit/2556885622940621f6167189822feb38569c10fb) Rust format - [`25d1ee7`](https://github.com/bootandy/dust/commit/25d1ee7b43aa0d38a9a5d7e83d39e573f89f7587) Remove naked unwrap - [`dba465a`](https://github.com/bootandy/dust/commit/dba465a094d691280ed790b6392ce10e1738d839) Tweak error message - [`3e9f09e`](https://github.com/bootandy/dust/commit/3e9f09e3398881ab603b4170b81b9571bc83e187) Remove unnecessary path & pathbuf code ### 📊 Changes **4 files changed** (+35 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+2 -2) 📝 `src/main.rs` (+17 -11) 📝 `src/utils/mod.rs` (+6 -9) 📝 `src/utils/platform.rs` (+10 -48) </details> ### 📄 Description _No description provided_ --- <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:29 +03:00
zhus closed this issue 2026-06-08 11:26:30 +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#256