Skip to content

Commit ea72a1f

Browse files
authored
docs: improve
1 parent 1ccdca3 commit ea72a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use **descriptive names** for type parameters, not single letters:
8989

9090
- `Size`, `Name`, `SizeGetter`, `HardlinksRecorder`, `Report`
9191

92-
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`.
9393

9494
### Variable and Closure Parameter Naming
9595

0 commit comments

Comments
 (0)