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
clippy currently emits a warning about a redundant closure:
However, if you accept its suggestion and remove the closure, the resulting code causes a compiler error about lifetime inference. This appears to be a bug in clippy.
The text was updated successfully, but these errors were encountered:
clippy
currently emits a warning about a redundant closure:However, if you accept its suggestion and remove the closure, the resulting code causes a compiler error about lifetime inference. This appears to be a bug in
clippy
.The text was updated successfully, but these errors were encountered: