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 removed the `from_iter_instead_of_collect` lint due to being
"problematic". I don't know that we ever used this, but we had explicitly
enabled it.
Clippy also added a new `needless_return_with_question_mark` lint which
fires numerous times throughout the crate.
Supercedes #274.
0 commit comments