mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 20:19:08 +00:00
Allow unused mut in graph resolution conflicts (#7701)
This commit is contained in:
parent
0c801f8f4b
commit
c8357b7bf2
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ impl ResolutionGraph {
|
||||||
options,
|
options,
|
||||||
fork_markers,
|
fork_markers,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#[allow(unused_mut, reason = "Used in debug_assertions below")]
|
||||||
let mut conflicting = graph.find_conflicting_distributions();
|
let mut conflicting = graph.find_conflicting_distributions();
|
||||||
if !conflicting.is_empty() {
|
if !conflicting.is_empty() {
|
||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue