diff --git a/crates/uv-resolver/src/resolution/graph.rs b/crates/uv-resolver/src/resolution/graph.rs index c54f0f030..459cbf08c 100644 --- a/crates/uv-resolver/src/resolution/graph.rs +++ b/crates/uv-resolver/src/resolution/graph.rs @@ -246,6 +246,8 @@ impl ResolutionGraph { options, fork_markers, }; + + #[allow(unused_mut, reason = "Used in debug_assertions below")] let mut conflicting = graph.find_conflicting_distributions(); if !conflicting.is_empty() { tracing::warn!(