We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
into_iter
1 parent c6d8f02 commit d6795c0Copy full SHA for d6795c0
1 file changed
src/raw/mod.rs
@@ -1174,7 +1174,7 @@ impl<A: Allocator + Clone> RawTableInner<A> {
1174
loop {
1175
let group = unsafe { Group::load(self.ctrl(probe_seq.pos)) };
1176
1177
- for bit in group.match_byte(h2_hash).into_iter() {
+ for bit in group.match_byte(h2_hash) {
1178
let index = (probe_seq.pos + bit) & self.bucket_mask;
1179
1180
if likely(eq(index)) {
0 commit comments