mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #67] [MERGED] Simplify inodes & devices by removing Option #286
Reference in New Issue
Block a user
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/bootandy/dust/pull/67
Author: @bootandy
Created: 2/9/2020
Status: ✅ Merged
Merged: 2/11/2020
Merged by: @bootandy
Base:
master← Head:ab-simplify-inodes2📝 Commits (1)
657858dSimplify inodes & devices by removing Option📊 Changes
2 files changed (+28 additions, -41 deletions)
View changed files
📝
src/utils/mod.rs(+22 -25)📝
src/utils/platform.rs(+6 -16)📄 Description
This code now won't compile on none-(windows/unix family)
systems. [unix family includes mac]
Removing this method allows us to remove an Option and simplify the code
slightly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.