1
Fork 0

remove unused muts

This commit is contained in:
Lukas Markeffsky 2023-04-28 20:19:48 +02:00
parent 69c71dacda
commit fc63926e18
7 changed files with 11 additions and 11 deletions

View file

@ -221,7 +221,7 @@ fn append_list(
) {
let mut p = target_list;
loop {
let mut r = &mut constraints[p];
let r = &mut constraints[p];
match r.next_constraint {
Some(q) => p = q,
None => {