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
Single-letter type parameters are flagged by `perfectionist::single_letter_generic`, which has no configuration. Genuinely canonical cases, such as `impl<T> From<T> for Wrapper<T>` where the trait already fixes the role of `T`, may be silenced site-by-site with `#[allow]` or `#[expect]`.
92
+
Single-letter type parameters are flagged by `perfectionist::single_letter_generic`.
0 commit comments