mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 05:35:04 +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,
|
||||
fork_markers,
|
||||
};
|
||||
|
||||
#[allow(unused_mut, reason = "Used in debug_assertions below")]
|
||||
let mut conflicting = graph.find_conflicting_distributions();
|
||||
if !conflicting.is_empty() {
|
||||
tracing::warn!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue