From 7f0f7d8c6fc000c77bd14eadfaa5694a357c6309 Mon Sep 17 00:00:00 2001 From: SFG545 Date: Mon, 16 Mar 2026 23:07:22 -0500 Subject: [PATCH] refactor: remove early return for non-empty output in Resolver --- src/planner.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/planner.rs b/src/planner.rs index 9280f2d..fee3059 100644 --- a/src/planner.rs +++ b/src/planner.rs @@ -464,10 +464,6 @@ impl<'a> Resolver<'a> { sort_label: "source:local-sibling".to_string(), }); } - - if !out.is_empty() { - return Ok(out); - } } // Binary repos