mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #39] [CLOSED] Clippy #267
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/39
Author: @lespea
Created: 11/21/2019
Status: ❌ Closed
Base:
master← Head:clippy📝 Commits (2)
fdc59f0Fix clippy issuesbfc1eb1Don't force a full collection when doing reverse📊 Changes
6 files changed (+31 additions, -25 deletions)
View changed files
📝
Cargo.lock(+7 -0)📝
Cargo.toml(+1 -1)📝
src/display.rs(+16 -17)📝
src/main.rs(+1 -2)📝
src/utils/mod.rs(+1 -1)📝
src/utils/platform.rs(+5 -4)📄 Description
Fixes a bunch of clippy warnings which includes:
Let me know if some of these changes you don't want (specifically the collapsed if-then-else branches you may prefer the original... I just went for cleaning everything for a first pass.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.