From 49c3664c26a45b5ca2273b2458050ce8e9bc577e Mon Sep 17 00:00:00 2001 From: Michal S Date: Sun, 21 Aug 2022 21:46:15 +0100 Subject: [PATCH] Clippy + FMT --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 549d240..f057c47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -111,7 +111,7 @@ fn cmd_install(args: InstallArgs, options: Options, cachedir: &str) { } if !sorted.aur.is_empty() { // If AUR packages found, install them - operations::aur_install(sorted.aur.clone(), options, cachedir); + operations::aur_install(sorted.aur, options, cachedir); } // Show optional dependencies for installed packages