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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user