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