mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
unnecessary_mut_passed
This commit is contained in:
parent
f191b80799
commit
e7d0deac53
@ -181,7 +181,6 @@ non_canonical_partial_ord_impl = "allow"
|
|||||||
self_named_constructors = "allow"
|
self_named_constructors = "allow"
|
||||||
too_many_arguments = "allow"
|
too_many_arguments = "allow"
|
||||||
type_complexity = "allow"
|
type_complexity = "allow"
|
||||||
unnecessary_mut_passed = "allow"
|
|
||||||
useless_conversion = "allow"
|
useless_conversion = "allow"
|
||||||
useless_format = "allow"
|
useless_format = "allow"
|
||||||
wildcard_in_or_patterns = "allow"
|
wildcard_in_or_patterns = "allow"
|
||||||
|
@ -114,7 +114,7 @@ impl MirLowerCtx<'_> {
|
|||||||
index: i as u32,
|
index: i as u32,
|
||||||
}))
|
}))
|
||||||
}),
|
}),
|
||||||
&mut cond_place,
|
&cond_place,
|
||||||
mode,
|
mode,
|
||||||
)?
|
)?
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user