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

Merge pull request #2502 from Enselic/clippy-1.68

Fix clippy warnings with Rust 1.68
This commit is contained in:
David Peter
2023-03-15 08:36:28 +01:00
committed by GitHub
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ pub fn build_app(interactive_output: bool) -> Command {
)
.group(
ArgGroup::new("cache-actions")
.args(&["build", "clear"])
.args(["build", "clear"])
.required(true),
)
.arg(