Skip to content

Commit 7306cbc

Browse files
saik0Kerollmops
andauthored
Update src/bitmap/sorted_u16_vec.rs
Co-authored-by: Clément Renault <[email protected]>
1 parent 85cb6bd commit 7306cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmap/sorted_u16_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl TryFrom<Vec<u16>> for SortedU16Vec {
215215
}
216216
}
217217

218-
Ok(SortedU16Vec { vec: value })
218+
Ok(SortedU16Vec { vec })
219219
}
220220
}
221221

0 commit comments

Comments
 (0)