Allow unused mut in graph resolution conflicts (#7701)
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user