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
More proc-macro detection
fixesrust-lang#6514fixesrust-lang#8683fixesrust-lang#6858fixesrust-lang#6594
This is a more general way of checking if an expression comes from a macro and could be trivially applied to other lints. Ideally this would be fixed in rustc's proc-macro api, but I don't see that happening any time soon.
changelog: FPs: [`unit_arg`] [`default_trait_access`] [`missing_docs_in_private_items`]: No longer trigger in code generated from proc-macros.
vec::each()
always returns true.vec::each_mut()
returns true if it broke, and false otherwise. From what I understand, this is backwards.The text was updated successfully, but these errors were encountered: