Commit 4b5cc8b
chore(simplify): replace where-clause with impl Fn on shuffle_tied_prefix
Single-use generic parameter — `impl Fn(&T) -> i32` in the argument list is
shorter than a `where F: Fn(&T) -> i32` bound and reads more naturally at
the call sites we have.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ca458d4 commit 4b5cc8b
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments