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
perf: skip disallowed-profile resolution when the crate has no profile attributes
The disallowed_methods and disallowed_types lints resolved active profiles
for every path, method call and type node, walking HIR parents and caching
one entry per visited HirId even though almost no crate uses
clippy::disallowed_profile attributes. Scan the crate's attribute maps once
on first use and skip resolution entirely when no such attribute exists.
0 commit comments