File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ fn capacity_to_buckets(cap: usize, table_layout: TableLayout) -> Option<usize> {
119
119
// | 28 | 32 | 80 | 3.3 |
120
120
//
121
121
// In general, buckets * table_layout.size >= table_layout.ctrl_align
122
- // must be true to avoid these edges. This is implemented by adjusting
123
- // the minimum capacity upwards for small items. This code only needs
122
+ // must be true to avoid these edges. This is implemented by adjusting
123
+ // the minimum capacity upwards for small items. This code only needs
124
124
// to handle ctrl_align which are less than or equal to Group::WIDTH,
125
125
// because valid layout sizes are always a multiple of the alignment,
126
126
// so anything with alignment over the Group::WIDTH won't hit this edge
You can’t perform that action at this time.
0 commit comments