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
Don't inline functions that are never called (#346)
Our traits define the `only_derive_is_allowed_to_implement_this_trait`
method. It is `#[doc(hidden)]`, exists only as a speedbump to manual impls, and is
presumably never called by users. It's a waste to have it marked as `#[inline]`.
0 commit comments