summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-07 10:45:04 +0200
committerCanop <cano.petrole@gmail.com>2021-05-07 10:45:04 +0200
commit8593028c16d899b5b69dec45ac860d252d18af66 (patch)
tree39c3c2171d69e1d92f6bdb1fcbcea354a13ee0e9 /src/display
parent6c4b5ced881851ab38e65061c46ea0760ed9c384 (diff)
new rust version, new clippy
Mostly for the good, this time. I'm just not very happy with being asked to add a hard to read `!is_empty()`.
Diffstat (limited to 'src/display')
-rw-r--r--src/display/git_status_display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/git_status_display.rs b/src/display/git_status_display.rs
index fdca713..fd2e775 100644
--- a/src/display/git_status_display.rs
+++ b/src/display/git_status_display.rs
@@ -42,8 +42,8 @@ impl<'a, 's> GitStatusDisplay<'a, 's> {
status,
skin,
show_branch,
- show_stats,
show_wide,
+ show_stats,
width,
}
}