unnecessary_mut_passed

This commit is contained in:
Johann Hemmann 2024-01-22 01:25:39 +01:00
parent f191b80799
commit e7d0deac53
2 changed files with 1 additions and 2 deletions

View file

@ -181,7 +181,6 @@ non_canonical_partial_ord_impl = "allow"
self_named_constructors = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_mut_passed = "allow"
useless_conversion = "allow"
useless_format = "allow"
wildcard_in_or_patterns = "allow"

View file

@ -114,7 +114,7 @@ impl MirLowerCtx<'_> {
index: i as u32,
}))
}),
&mut cond_place,
&cond_place,
mode,
)?
}