Commit 59e1091
committed
Refactor. `PhantomData<&'a mut Bump>` -> `PhantomData<&'a mut Bump<MIN_ALIGN>>`. The generic param is not necessary here due to the `PhantomData` wrapper, but it's more explicit and matches `ChunkRawIter`.
1 parent f5e228f commit 59e1091
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2441 | 2441 | | |
2442 | 2442 | | |
2443 | 2443 | | |
2444 | | - | |
| 2444 | + | |
2445 | 2445 | | |
2446 | 2446 | | |
2447 | 2447 | | |
| |||
0 commit comments