From c1f9b728b74b728d9902611394efa53a2aa2a22f Mon Sep 17 00:00:00 2001 From: Michal Date: Sun, 12 Jun 2022 22:43:29 +0000 Subject: [PATCH] some stuff don't mind me --- src/operations/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/build.rs b/src/operations/build.rs index 82178f2..50f21f0 100644 --- a/src/operations/build.rs +++ b/src/operations/build.rs @@ -17,7 +17,7 @@ pub fn build(matches: &ArgMatches) { .unwrap_or_default(); for pkg in &exclude { - packages.retain(|x| &*x != pkg); + packages.retain(|x| x != pkg); } if config.mode != "repository" {