1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00:00

Fix clippy warnings with Rust 1.68

This commit is contained in:
Martin Nordholts
2023-03-14 21:19:14 +01:00
parent c5602f9766
commit 40a423905a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -559,7 +559,7 @@ pub fn build_app(interactive_output: bool) -> Command {
)
.group(
ArgGroup::new("cache-actions")
.args(&["build", "clear"])
.args(["build", "clear"])
.required(true),
)
.arg(