We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ae4b7 commit 465720dCopy full SHA for 465720d
src/raw/mod.rs
@@ -119,8 +119,8 @@ fn capacity_to_buckets(cap: usize, table_layout: TableLayout) -> Option<usize> {
119
// | 28 | 32 | 80 | 3.3 |
120
//
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
+ // must be true to avoid these edges. This is implemented by adjusting
+ // the minimum capacity upwards for small items. This code only needs
124
// to handle ctrl_align which are less than or equal to Group::WIDTH,
125
// because valid layout sizes are always a multiple of the alignment,
126
// so anything with alignment over the Group::WIDTH won't hit this edge
0 commit comments