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
We should just enable trivially_copy_pass_by_ref. It has a decent threshold set: it warns for types that are of the size usize * 2, which is roughly the threshold where pass by value matters.
We'd need to enable the avoid-breaking-exported-api setting to be allowed to use this
For example,
TimeZoneIdMapperWithFastCanonicalizationBorrowed
.Is there a Clippy warning for this? @Manishearth
The text was updated successfully, but these errors were encountered: