We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032253d commit 31da795Copy full SHA for 31da795
src/bit_vec/mod.rs
@@ -1002,6 +1002,7 @@ impl BitVec {
1002
///
1003
/// [`pack_sequence_*`]: BitVec::pack_sequence_u64
1004
/// [`get_bits_unchecked(index * n, n)`]: BitVec::get_bits_unchecked
1005
+ /// [`unpack_element`]: BitVec::unpack_element
1006
#[must_use]
1007
#[allow(clippy::inline_always)]
1008
#[inline(always)] // to gain optimization if n is constant
0 commit comments