You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the closure in the `map` call ends up mutating a variable, the call
is assumed to no longer be suspicious.
Given just a function name or path, there's no way to detect that there
is interiour mutability, so the lint still fires in that case. However,
it is now documented as a known problem.
Fixesrust-lang#5253
0 commit comments