[PR #1] [MERGED] Minor cleanup, prettier output #247

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/1
Author: @nebkor
Created: 3/21/2018
Status: Merged
Merged: 3/21/2018
Merged by: @bootandy

Base: masterHead: master


📝 Commits (4)

  • b4c6c68 minor whitespace changes from rustfmt
  • f802d7a quiet some clippy warnings
  • 1c80cbf Make printing slightly prettier
  • 99f462f s/sibblings/siblings/g

📊 Changes

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

View changed files

📝 src/main.rs (+34 -17)

📄 Description

This is a really great little tool! I noticed some compiler warnings when I built it locally, and I thought the box construction characters could be slightly fancier, so there you go. I split the changes into several commits, and the only one that changes behavior is the last one, 1c80cbf, "Make printing slightly prettier." I'm not sure this PR is worth merging, just FYI. Also, I might change it a little more aggressively, like factor it into a lib crate and a bin crate, and possibly try to speed it up.


🔄 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/1 **Author:** [@nebkor](https://github.com/nebkor) **Created:** 3/21/2018 **Status:** ✅ Merged **Merged:** 3/21/2018 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`b4c6c68`](https://github.com/bootandy/dust/commit/b4c6c68527631e2176a8665fc24203a3b732767c) minor whitespace changes from rustfmt - [`f802d7a`](https://github.com/bootandy/dust/commit/f802d7a6b4c6f066ab9b2a5bdd96c83eb5a20a0b) quiet some clippy warnings - [`1c80cbf`](https://github.com/bootandy/dust/commit/1c80cbf28bbcfe0b33c1abc999719dbf9b6329c1) Make printing slightly prettier - [`99f462f`](https://github.com/bootandy/dust/commit/99f462f0231dd88e1195f157544fa2bcc51d52a4) s/sibblings/siblings/g ### 📊 Changes **1 file changed** (+34 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+34 -17) </details> ### 📄 Description This is a really great little tool! I noticed some compiler warnings when I built it locally, and I thought the box construction characters could be slightly fancier, so there you go. I split the changes into several commits, and the only one that changes behavior is the last one, 1c80cbf, "Make printing slightly prettier." I'm not sure this PR is worth merging, just FYI. Also, I might change it a little more aggressively, like factor it into a lib crate and a bin crate, and possibly try to speed it up. --- <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:24 +03:00
zhus closed this issue 2026-06-08 11:26:25 +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#247